#902EAD

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

Shades of Dark Orchid #902EAD

Tints of Dark Orchid #902EAD

Color information

#902EAD (or 0x902EAD) is unknown color: approx Dark Orchid. HEX triplet: 90, 2E and AD. RGB value is (144,46,173). Sum of RGB (Red+Green+Blue) = 144+46+173=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #902EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #902EAD is #6FD152. Grayscale: #595959. Windows color (decimal): -7328083 or 11349648. OLE color: 11349648.

HSL color Cylindrical-coordinate representation of color #902EAD: hue angle of 286.3º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #902EAD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14446173-
CMYK0.170.7300.32
HSL286.3º57.99%42.94%-
HSV(B)286.3º73.41%67.84%-
XYZ20.0210.940.58-
YUV89.78174.97166.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=39.67%
G=12.67%
B=47.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144461730.170.7300.32286.357.9942.94
Hex902EAD114902011e3a2b
Octal22056255211110404367253
Binary10010000101110101011011000110010010100000100011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902EAD; }

 p { color: rgb(144,46,173); }

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

<style>
 a { background-color: #902EAD; }

 a { background-color: rgb(144,46,173); }

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

<style>
 span { border-color: #902EAD; }

 span { border-color: rgb(144,46,173); }

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