#901CB8

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

Shades of Dark Orchid #901CB8

Tints of Dark Orchid #901CB8

Color information

#901CB8 (or 0x901CB8) is unknown color: approx Dark Orchid. HEX triplet: 90, 1C and B8. RGB value is (144,28,184). Sum of RGB (Red+Green+Blue) = 144+28+184=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #901CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901CB8 is #6FE347. Grayscale: #4F4F4F. Windows color (decimal): -7332680 or 12065936. OLE color: 12065936.

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

Color convert

RGB14428184-
CMYK0.220.8500.28
HSL284.62º73.58%41.57%-
HSV(B)284.62º84.78%72.16%-
XYZ20.5710.2246.24-
YUV80.47186.43173.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 28 (11.33% from 255) = 7.87%
BLUE value IS 184 (72.27% from 255) = 51.69%
R=40.45%
G=7.87%
B=51.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144281840.220.8500.28284.6273.5841.57
Hex901CB8165501C11d4a2a
Octal220342702612503443511252
Binary1001000011100101110001011010101010111001000111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,184); }

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

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

 a { background-color: rgb(144,28,184); }

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

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

 span { border-color: rgb(144,28,184); }

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