#9119B8

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

Shades of Dark Orchid #9119B8

Tints of Dark Orchid #9119B8

Color information

#9119B8 (or 0x9119B8) is unknown color: approx Dark Orchid. HEX triplet: 91, 19 and B8. RGB value is (145,25,184). Sum of RGB (Red+Green+Blue) = 145+25+184=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #9119B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9119B8 is #6EE647. Grayscale: #4E4E4E. Windows color (decimal): -7267912 or 12065169. OLE color: 12065169.

HSL color Cylindrical-coordinate representation of color #9119B8: hue angle of 285.28º 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 #9119B8 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14525184-
CMYK0.210.8600.28
HSL285.28º76.08%40.98%-
HSV(B)285.28º86.41%72.16%-
XYZ20.6810.1846.22-
YUV79.01187.26175.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 25 (10.16% from 255) = 7.06%
BLUE value IS 184 (72.27% from 255) = 51.98%
R=40.96%
G=7.06%
B=51.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145251840.210.8600.28285.2876.0840.98
Hex9119B8155601C11d4c29
Octal221312702512603443511451
Binary1001000111001101110001010110101100111001000111011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9119B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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