#901EBD

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

Shades of Dark Orchid #901EBD

Tints of Dark Orchid #901EBD

Color information

#901EBD (or 0x901EBD) is unknown color: approx Dark Orchid. HEX triplet: 90, 1E and BD. RGB value is (144,30,189). Sum of RGB (Red+Green+Blue) = 144+30+189=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #901EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EBD is #6FE142. Grayscale: #515151. Windows color (decimal): -7332163 or 12394128. OLE color: 12394128.

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

Color convert

RGB14430189-
CMYK0.240.8400.26
HSL283.02º72.6%42.94%-
HSV(B)283.02º84.13%74.12%-
XYZ21.1510.5349.06-
YUV82.21188.27172.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 30 (12.11% from 255) = 8.26%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=39.67%
G=8.26%
B=52.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144301890.240.8400.26283.0272.642.94
Hex901EBD185401A11b492b
Octal220362753012403243311153
Binary1001000011110101111011100010101000110101000110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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