#9F29AB

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

Shades of Dark Orchid #9F29AB

Tints of Dark Orchid #9F29AB

Color information

#9F29AB (or 0x9F29AB) is unknown color: approx Dark Orchid. HEX triplet: 9F, 29 and AB. RGB value is (159,41,171). Sum of RGB (Red+Green+Blue) = 159+41+171=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F29AB is #60D654. Grayscale: #5A5A5A. Windows color (decimal): -6346325 or 11217311. OLE color: 11217311.

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

Color convert

RGB15941171-
CMYK0.070.7600.33
HSL294.46º61.32%41.57%-
HSV(B)294.46º76.02%67.06%-
XYZ22.4411.939.64-
YUV91.1173.09176.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=42.86%
G=11.05%
B=46.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159411710.070.7600.33294.4661.3241.57
Hex9F29AB74C0211263d2a
Octal2375125371140414467552
Binary100111111010011010101111110011000100001100100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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