#9039AE

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

Shades of Dark Orchid #9039AE

Tints of Dark Orchid #9039AE

Color information

#9039AE (or 0x9039AE) is unknown color: approx Dark Orchid. HEX triplet: 90, 39 and AE. RGB value is (144,57,174). Sum of RGB (Red+Green+Blue) = 144+57+174=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #9039AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9039AE is #6FC651. Grayscale: #5F5F5F. Windows color (decimal): -7325266 or 11418000. OLE color: 11418000.

HSL color Cylindrical-coordinate representation of color #9039AE: hue angle of 284.62º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9039AE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14457174-
CMYK0.170.6700.32
HSL284.62º50.65%45.29%-
HSV(B)284.62º67.24%68.24%-
XYZ20.611.9141.26-
YUV96.35171.82161.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=38.4%
G=15.2%
B=46.4%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144571740.170.6700.32284.6250.6545.29
Hex9039AE114302011d332d
Octal22071256211030404356355
Binary10010000111001101011101000110000110100000100011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9039AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9039AE; }

 p { color: rgb(144,57,174); }

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

<style>
 a { background-color: #9039AE; }

 a { background-color: rgb(144,57,174); }

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

<style>
 span { border-color: #9039AE; }

 span { border-color: rgb(144,57,174); }

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