#9738CF

Color #9738CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9738CF

Tints of Dark Orchid #9738CF

Color information

#9738CF (or 0x9738CF) is unknown color: approx Dark Orchid. HEX triplet: 97, 38 and CF. RGB value is (151,56,207). Sum of RGB (Red+Green+Blue) = 151+56+207=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #9738CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9738CF is #68C730. Grayscale: #656565. Windows color (decimal): -6866737 or 13580439. OLE color: 13580439.

HSL color Cylindrical-coordinate representation of color #9738CF: hue angle of 277.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9738CF is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15156207-
CMYK0.270.7300.19
HSL277.75º61.13%51.57%-
HSV(B)277.75º72.95%81.18%-
XYZ25.4413.9160.38-
YUV101.62187.47163.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 207 (81.25% from 255) = 50%
R=36.47%
G=13.53%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151562070.270.7300.19277.7561.1351.57
Hex9738CF1B490131163d34
Octal22770317331110234267564
Binary1001011111100011001111110111001001010011100010110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9738CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9738CF; }

 p { color: rgb(151,56,207); }

 H1.HeaderClassName
 {
   color: #9738CF;
 }
 .AnyTagClassName
 {
   color: #9738CF;
 }
</style>
background-color css

<style>
 a { background-color: #9738CF; }

 a { background-color: rgb(151,56,207); }

 div.DivClassName
 {
   background-color: #9738CF;
 }
 .BgClassName
 {
   background-color: #9738CF;
 }
</style>
border-color css

<style>
 span { border-color: #9738CF; }

 span { border-color: rgb(151,56,207); }

 td.TdClassName
 {
   border-color: #9738CF;
 }
 .TagClassName
 {
   border-color: #9738CF;
 }
</style>