#9F20AB

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

Shades of Dark Orchid #9F20AB

Tints of Dark Orchid #9F20AB

Color information

#9F20AB (or 0x9F20AB) is unknown color: approx Dark Orchid. HEX triplet: 9F, 20 and AB. RGB value is (159,32,171). Sum of RGB (Red+Green+Blue) = 159+32+171=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F20AB is #60DF54. Grayscale: #555555. Windows color (decimal): -6348629 or 11215007. OLE color: 11215007.

HSL color Cylindrical-coordinate representation of color #9F20AB: hue angle of 294.82º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F20AB is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15932171-
CMYK0.070.8100.33
HSL294.82º68.47%39.8%-
HSV(B)294.82º81.29%67.06%-
XYZ22.1711.3439.55-
YUV85.82176.08180.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 32 (12.89% from 255) = 8.84%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=43.92%
G=8.84%
B=47.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159321710.070.8100.33294.8268.4739.8
Hex9F20AB7510211274428
Octal23740253712104144710450
Binary1001111110000010101011111101000101000011001001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,171); }

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

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

 a { background-color: rgb(159,32,171); }

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

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

 span { border-color: rgb(159,32,171); }

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