#9F27AA

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

Shades of Dark Orchid #9F27AA

Tints of Dark Orchid #9F27AA

Color information

#9F27AA (or 0x9F27AA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 27 and AA. RGB value is (159,39,170). Sum of RGB (Red+Green+Blue) = 159+39+170=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F27AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F27AA is #60D855. Grayscale: #595959. Windows color (decimal): -6346838 or 11151263. OLE color: 11151263.

HSL color Cylindrical-coordinate representation of color #9F27AA: hue angle of 294.96º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F27AA is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15939170-
CMYK0.060.7700.33
HSL294.96º62.68%40.98%-
HSV(B)294.96º77.06%66.67%-
XYZ22.2811.7239.12-
YUV89.81173.26177.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 39 (15.62% from 255) = 10.60%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=43.21%
G=10.60%
B=46.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159391700.060.7700.33294.9662.6840.98
Hex9F27AA64D0211273f29
Octal2374725261150414477751
Binary100111111001111010101011010011010100001100100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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