#901EC6

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

Shades of Dark Orchid #901EC6

Tints of Dark Orchid #901EC6

Color information

#901EC6 (or 0x901EC6) is unknown color: approx Dark Orchid. HEX triplet: 90, 1E and C6. RGB value is (144,30,198). Sum of RGB (Red+Green+Blue) = 144+30+198=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #901EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901EC6 is #6FE139. Grayscale: #525252. Windows color (decimal): -7332154 or 12983952. OLE color: 12983952.

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

Color convert

RGB14430198-
CMYK0.270.8500.22
HSL280.71º73.68%44.71%-
HSV(B)280.71º84.85%77.65%-
XYZ22.1610.9454.37-
YUV83.24192.77171.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 198 (77.73% from 255) = 53.23%
R=38.71%
G=8.06%
B=53.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144301980.270.8500.22280.7173.6844.71
Hex901EC61B550161194a2d
Octal220363063312502643111255
Binary1001000011110110001101101110101010101101000110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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