#9739CB

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

Shades of Dark Orchid #9739CB

Tints of Dark Orchid #9739CB

Color information

#9739CB (or 0x9739CB) is unknown color: approx Dark Orchid. HEX triplet: 97, 39 and CB. RGB value is (151,57,203). Sum of RGB (Red+Green+Blue) = 151+57+203=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #9739CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9739CB is #68C634. Grayscale: #656565. Windows color (decimal): -6866485 or 13318551. OLE color: 13318551.

HSL color Cylindrical-coordinate representation of color #9739CB: hue angle of 278.63º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9739CB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15157203-
CMYK0.260.7200.20
HSL278.63º58.4%50.98%-
HSV(B)278.63º71.92%79.61%-
XYZ25.0113.8257.85-
YUV101.75185.14163.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 57 (22.66% from 255) = 13.87%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=36.74%
G=13.87%
B=49.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151572030.260.7200.20278.6358.450.98
Hex9739CB1A480141173a33
Octal22771313321100244277263
Binary1001011111100111001011110101001000010100100010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9739CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9739CB; }

 p { color: rgb(151,57,203); }

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

<style>
 a { background-color: #9739CB; }

 a { background-color: rgb(151,57,203); }

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

<style>
 span { border-color: #9739CB; }

 span { border-color: rgb(151,57,203); }

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