#9f19cb

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

Shades of Dark Orchid #9F19CB

Tints of Dark Orchid #9F19CB

Color information

#9F19CB (or 0x9F19CB) is unknown color: approx Dark Orchid. HEX triplet: 9F, 19 and CB. RGB value is (159,25,203). Sum of RGB (Red+Green+Blue) = 159+25+203=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F19CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19CB is #60E634. Grayscale: #545454. Windows color (decimal): -6350389 or 13310367. OLE color: 13310367.

HSL color Cylindrical-coordinate representation of color #9F19CB: hue angle of 285.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F19CB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15925203-
CMYK0.220.8800.20
HSL285.17º78.07%44.71%-
HSV(B)285.17º87.68%79.61%-
XYZ25.4312.3857.55-
YUV85.36194.39180.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=41.09%
G=6.46%
B=52.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159252030.220.8800.20285.1778.0744.71
Hex9F19CB165801411d4e2d
Octal237313132613002443511655
Binary1001111111001110010111011010110000101001000111011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f19cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9f19cb; }

 p { color: rgb(159,25,203); }

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

<style>
 a { background-color: #9f19cb; }

 a { background-color: rgb(159,25,203); }

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

<style>
 span { border-color: #9f19cb; }

 span { border-color: rgb(159,25,203); }

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