#902EBD

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

Shades of Dark Orchid #902EBD

Tints of Dark Orchid #902EBD

Color information

#902EBD (or 0x902EBD) is unknown color: approx Dark Orchid. HEX triplet: 90, 2E and BD. RGB value is (144,46,189). Sum of RGB (Red+Green+Blue) = 144+46+189=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #902EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EBD is #6FD142. Grayscale: #5B5B5B. Windows color (decimal): -7328067 or 12398224. OLE color: 12398224.

HSL color Cylindrical-coordinate representation of color #902EBD: hue angle of 281.12º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902EBD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14446189-
CMYK0.240.7600.26
HSL281.12º60.85%46.08%-
HSV(B)281.12º75.66%74.12%-
XYZ21.6611.5649.23-
YUV91.6182.97165.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=37.99%
G=12.14%
B=49.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144461890.240.7600.26281.1260.8546.08
Hex902EBD184C01A1193d2e
Octal22056275301140324317556
Binary1001000010111010111101110001001100011010100011001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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