#901ECA

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

Shades of Dark Orchid #901ECA

Tints of Dark Orchid #901ECA

Color information

#901ECA (or 0x901ECA) is unknown color: approx Dark Orchid. HEX triplet: 90, 1E and CA. RGB value is (144,30,202). Sum of RGB (Red+Green+Blue) = 144+30+202=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #901ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ECA is #6FE135. Grayscale: #535353. Windows color (decimal): -7332150 or 13246096. OLE color: 13246096.

HSL color Cylindrical-coordinate representation of color #901ECA: hue angle of 279.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901ECA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14430202-
CMYK0.290.8500.21
HSL279.77º74.14%45.49%-
HSV(B)279.77º85.15%79.22%-
XYZ22.6311.1256.83-
YUV83.69194.77171.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 30 (12.11% from 255) = 7.98%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=38.30%
G=7.98%
B=53.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144302020.290.8500.21279.7774.1445.49
Hex901ECA1D550151184a2d
Octal220363123512502543011255
Binary1001000011110110010101110110101010101011000110001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901ECA; }

 p { color: rgb(144,30,202); }

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

<style>
 a { background-color: #901ECA; }

 a { background-color: rgb(144,30,202); }

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

<style>
 span { border-color: #901ECA; }

 span { border-color: rgb(144,30,202); }

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