#9F33CE

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

Shades of Dark Orchid #9F33CE

Tints of Dark Orchid #9F33CE

Color information

#9F33CE (or 0x9F33CE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 33 and CE. RGB value is (159,51,206). Sum of RGB (Red+Green+Blue) = 159+51+206=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F33CE is #60CC31. Grayscale: #646464. Windows color (decimal): -6343730 or 13513631. OLE color: 13513631.

HSL color Cylindrical-coordinate representation of color #9F33CE: hue angle of 281.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F33CE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15951206-
CMYK0.230.7500.19
HSL281.81º61.26%50.39%-
HSV(B)281.81º75.24%80.78%-
XYZ26.6214.1959.73-
YUV100.96187.28169.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 51 (20.31% from 255) = 12.26%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=38.22%
G=12.26%
B=49.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159512060.230.7500.19281.8161.2650.39
Hex9F33CE174B01311a3d32
Octal23763316271130234327562
Binary1001111111001111001110101111001011010011100011010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F33CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,51,206); }

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

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

 a { background-color: rgb(159,51,206); }

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

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

 span { border-color: rgb(159,51,206); }

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