#9F19BF

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

Shades of Dark Orchid #9F19BF

Tints of Dark Orchid #9F19BF

Color information

#9F19BF (or 0x9F19BF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 19 and BF. RGB value is (159,25,191). Sum of RGB (Red+Green+Blue) = 159+25+191=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F19BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19BF is #60E640. Grayscale: #535353. Windows color (decimal): -6350401 or 12523935. OLE color: 12523935.

HSL color Cylindrical-coordinate representation of color #9F19BF: hue angle of 288.43º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F19BF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15925191-
CMYK0.170.8700.25
HSL288.43º76.85%42.35%-
HSV(B)288.43º86.91%74.9%-
XYZ24.0511.8350.31-
YUV83.99188.39181.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 191 (75% from 255) = 50.93%
R=42.4%
G=6.67%
B=50.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159251910.170.8700.25288.4376.8542.35
Hex9F19BF11570191204d2a
Octal237312772112703144011552
Binary1001111111001101111111000110101110110011001000001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F19BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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