#901DBE

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

Shades of Dark Orchid #901DBE

Tints of Dark Orchid #901DBE

Color information

#901DBE (or 0x901DBE) is unknown color: approx Dark Orchid. HEX triplet: 90, 1D and BE. RGB value is (144,29,190). Sum of RGB (Red+Green+Blue) = 144+29+190=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #901DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DBE is #6FE241. Grayscale: #515151. Windows color (decimal): -7332418 or 12459408. OLE color: 12459408.

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

Color convert

RGB14429190-
CMYK0.240.8500.25
HSL282.86º73.52%42.94%-
HSV(B)282.86º84.74%74.51%-
XYZ21.2410.5349.63-
YUV81.74189.1172.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=39.67%
G=7.99%
B=52.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144291900.240.8500.25282.8673.5242.94
Hex901DBE185501911b4a2b
Octal220352763012503143311253
Binary1001000011101101111101100010101010110011000110111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,29,190); }

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

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

 a { background-color: rgb(144,29,190); }

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

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

 span { border-color: rgb(144,29,190); }

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