#9037AE

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

Shades of Dark Orchid #9037AE

Tints of Dark Orchid #9037AE

Color information

#9037AE (or 0x9037AE) is unknown color: approx Dark Orchid. HEX triplet: 90, 37 and AE. RGB value is (144,55,174). Sum of RGB (Red+Green+Blue) = 144+55+174=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #9037AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9037AE is #6FC851. Grayscale: #5E5E5E. Windows color (decimal): -7325778 or 11417488. OLE color: 11417488.

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

Color convert

RGB14455174-
CMYK0.170.6800.32
HSL284.87º51.97%44.9%-
HSV(B)284.87º68.39%68.24%-
XYZ20.5111.7241.23-
YUV95.18172.49162.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 55 (21.88% from 255) = 14.75%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=38.61%
G=14.75%
B=46.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144551740.170.6800.32284.8751.9744.9
Hex9037AE114402011d342d
Octal22067256211040404356455
Binary10010000110111101011101000110001000100000100011101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9037AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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