#9019B8

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

Shades of Dark Orchid #9019B8

Tints of Dark Orchid #9019B8

Color information

#9019B8 (or 0x9019B8) is unknown color: approx Dark Orchid. HEX triplet: 90, 19 and B8. RGB value is (144,25,184). Sum of RGB (Red+Green+Blue) = 144+25+184=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #9019B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9019B8 is #6FE647. Grayscale: #4E4E4E. Windows color (decimal): -7333448 or 12065168. OLE color: 12065168.

HSL color Cylindrical-coordinate representation of color #9019B8: hue angle of 284.91º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9019B8 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14425184-
CMYK0.220.8600.28
HSL284.91º76.08%40.98%-
HSV(B)284.91º86.41%72.16%-
XYZ20.510.0946.21-
YUV78.71187.42174.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 184 (72.27% from 255) = 52.12%
R=40.79%
G=7.08%
B=52.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144251840.220.8600.28284.9176.0840.98
Hex9019B8165601C11d4c29
Octal220312702612603443511451
Binary1001000011001101110001011010101100111001000111011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9019B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9019B8; }

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

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

<style>
 a { background-color: #9019B8; }

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

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

<style>
 span { border-color: #9019B8; }

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

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