#9F33AC

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

Shades of Dark Orchid #9F33AC

Tints of Dark Orchid #9F33AC

Color information

#9F33AC (or 0x9F33AC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 33 and AC. RGB value is (159,51,172). Sum of RGB (Red+Green+Blue) = 159+51+172=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F33AC is #60CC53. Grayscale: #606060. Windows color (decimal): -6343764 or 11285407. OLE color: 11285407.

HSL color Cylindrical-coordinate representation of color #9F33AC: hue angle of 293.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F33AC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15951172-
CMYK0.080.7000.33
HSL293.55º54.26%43.73%-
HSV(B)293.55º70.35%67.45%-
XYZ22.9312.7240.28-
YUV97.09170.28172.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 51 (20.31% from 255) = 13.35%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=41.62%
G=13.35%
B=45.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159511720.080.7000.33293.5554.2643.73
Hex9F33AC846021126362c
Octal23763254101060414466654
Binary1001111111001110101100100010001100100001100100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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