#902EB5

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

Shades of Dark Orchid #902EB5

Tints of Dark Orchid #902EB5

Color information

#902EB5 (or 0x902EB5) is unknown color: approx Dark Orchid. HEX triplet: 90, 2E and B5. RGB value is (144,46,181). Sum of RGB (Red+Green+Blue) = 144+46+181=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #902EB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EB5 is #6FD14A. Grayscale: #5A5A5A. Windows color (decimal): -7328075 or 11873936. OLE color: 11873936.

HSL color Cylindrical-coordinate representation of color #902EB5: hue angle of 283.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902EB5 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14446181-
CMYK0.200.7500.29
HSL283.56º59.47%44.51%-
HSV(B)283.56º74.59%70.98%-
XYZ20.8211.2244.78-
YUV90.69178.97166.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 46 (18.36% from 255) = 12.40%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=38.81%
G=12.40%
B=48.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144461810.200.7500.29283.5659.4744.51
Hex902EB5144B01D11c3b2d
Octal22056265241130354347355
Binary1001000010111010110101101001001011011101100011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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