#9F1EB6

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

Shades of Dark Orchid #9F1EB6

Tints of Dark Orchid #9F1EB6

Color information

#9F1EB6 (or 0x9F1EB6) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1E and B6. RGB value is (159,30,182). Sum of RGB (Red+Green+Blue) = 159+30+182=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F1EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1EB6 is #60E149. Grayscale: #555555. Windows color (decimal): -6349130 or 11935391. OLE color: 11935391.

HSL color Cylindrical-coordinate representation of color #9F1EB6: hue angle of 290.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1EB6 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15930182-
CMYK0.130.8400.29
HSL290.92º71.7%41.57%-
HSV(B)290.92º83.52%71.37%-
XYZ23.2111.6845.29-
YUV85.9182.24180.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=42.86%
G=8.09%
B=49.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159301820.130.8400.29290.9271.741.57
Hex9F1EB6D5401D123482a
Octal237362661512403544311052
Binary100111111111010110110110110101000111011001000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,182); }

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

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

 a { background-color: rgb(159,30,182); }

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

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

 span { border-color: rgb(159,30,182); }

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