#9F27AD

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

Shades of Dark Orchid #9F27AD

Tints of Dark Orchid #9F27AD

Color information

#9F27AD (or 0x9F27AD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 27 and AD. RGB value is (159,39,173). Sum of RGB (Red+Green+Blue) = 159+39+173=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F27AD is #60D852. Grayscale: #595959. Windows color (decimal): -6346835 or 11347871. OLE color: 11347871.

HSL color Cylindrical-coordinate representation of color #9F27AD: hue angle of 293.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F27AD is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15939173-
CMYK0.080.7700.32
HSL293.73º63.21%41.57%-
HSV(B)293.73º77.46%67.84%-
XYZ22.5711.8440.63-
YUV90.16174.76177.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 39 (15.62% from 255) = 10.51%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=42.86%
G=10.51%
B=46.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159391730.080.7700.32293.7363.2141.57
Hex9F27AD84D0201263f2a
Octal23747255101150404467752
Binary1001111110011110101101100010011010100000100100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,39,173); }

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

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

 a { background-color: rgb(159,39,173); }

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

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

 span { border-color: rgb(159,39,173); }

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