#9031AE

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

Shades of Dark Orchid #9031AE

Tints of Dark Orchid #9031AE

Color information

#9031AE (or 0x9031AE) is unknown color: approx Dark Orchid. HEX triplet: 90, 31 and AE. RGB value is (144,49,174). Sum of RGB (Red+Green+Blue) = 144+49+174=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #9031AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9031AE is #6FCE51. Grayscale: #5B5B5B. Windows color (decimal): -7327314 or 11415952. OLE color: 11415952.

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

Color convert

RGB14449174-
CMYK0.170.7200.32
HSL285.6º56.05%43.73%-
HSV(B)285.6º71.84%68.24%-
XYZ20.2411.1841.14-
YUV91.65174.47165.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.24%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=39.24%
G=13.35%
B=47.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144491740.170.7200.32285.656.0543.73
Hex9031AE114802011e382c
Octal22061256211100404367054
Binary10010000110001101011101000110010000100000100011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9031AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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