#9E28AE

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

Shades of Dark Orchid #9E28AE

Tints of Dark Orchid #9E28AE

Color information

#9E28AE (or 0x9E28AE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 28 and AE. RGB value is (158,40,174). Sum of RGB (Red+Green+Blue) = 158+40+174=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E28AE is #61D751. Grayscale: #5A5A5A. Windows color (decimal): -6412114 or 11413662. OLE color: 11413662.

HSL color Cylindrical-coordinate representation of color #9E28AE: hue angle of 292.84º 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 #9E28AE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15840174-
CMYK0.090.7700.32
HSL292.84º62.62%41.96%-
HSV(B)292.84º77.01%68.24%-
XYZ22.511.8441.14-
YUV90.56175.09176.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.47%
GREEN value IS 40 (16.02% from 255) = 10.75%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=42.47%
G=10.75%
B=46.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158401740.090.7700.32292.8462.6241.96
Hex9E28AE94D0201253f2a
Octal23650256111150404457752
Binary1001111010100010101110100110011010100000100100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,174); }

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

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

 a { background-color: rgb(158,40,174); }

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

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

 span { border-color: rgb(158,40,174); }

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