#9F29AE

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

Shades of Dark Orchid #9F29AE

Tints of Dark Orchid #9F29AE

Color information

#9F29AE (or 0x9F29AE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 29 and AE. RGB value is (159,41,174). Sum of RGB (Red+Green+Blue) = 159+41+174=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F29AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F29AE is #60D651. Grayscale: #5B5B5B. Windows color (decimal): -6346322 or 11413919. OLE color: 11413919.

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

Color convert

RGB15941174-
CMYK0.090.7600.32
HSL293.23º61.86%42.16%-
HSV(B)293.23º76.44%68.24%-
XYZ22.7312.0141.17-
YUV91.44174.59176.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 41 (16.41% from 255) = 10.96%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=42.51%
G=10.96%
B=46.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159411740.090.7600.32293.2361.8642.16
Hex9F29AE94C0201253e2a
Octal23751256111140404457652
Binary1001111110100110101110100110011000100000100100101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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