#9F2BB6

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

Shades of Dark Orchid #9F2BB6

Tints of Dark Orchid #9F2BB6

Color information

#9F2BB6 (or 0x9F2BB6) is unknown color: approx Dark Orchid. HEX triplet: 9F, 2B and B6. RGB value is (159,43,182). Sum of RGB (Red+Green+Blue) = 159+43+182=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F2BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2BB6 is #60D449. Grayscale: #5D5D5D. Windows color (decimal): -6345802 or 11938719. OLE color: 11938719.

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

Color convert

RGB15943182-
CMYK0.130.7600.29
HSL290.07º61.78%44.12%-
HSV(B)290.07º76.37%71.37%-
XYZ23.6112.4845.42-
YUV93.53177.93174.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 182 (71.48% from 255) = 47.40%
R=41.41%
G=11.20%
B=47.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159431820.130.7600.29290.0761.7844.12
Hex9F2BB6D4C01D1223e2c
Octal23753266151140354427654
Binary100111111010111011011011011001100011101100100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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