#8119B9

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

Shades of Dark Orchid #8119B9

Tints of Dark Orchid #8119B9

Color information

#8119B9 (or 0x8119B9) is unknown color: approx Dark Orchid. HEX triplet: 81, 19 and B9. RGB value is (129,25,185). Sum of RGB (Red+Green+Blue) = 129+25+185=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 185 (72.66% from 255 or 54.57% from 339); Max value from RGB is 185 - color contains mainly: blue. Hex color #8119B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119B9 is #7EE646. Grayscale: #494949. Windows color (decimal): -8316487 or 12130689. OLE color: 12130689.

HSL color Cylindrical-coordinate representation of color #8119B9: hue angle of 279º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8119B9 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12925185-
CMYK0.300.8600.27
HSL279º76.19%41.18%-
HSV(B)279º86.49%72.55%-
XYZ18.168.8746.65-
YUV74.34190.46166.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 185 (72.66% from 255) = 54.57%
R=38.05%
G=7.37%
B=54.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129251850.300.8600.2727976.1941.18
Hex8119B91E5601B1174c29
Octal201312713612603342711451
Binary1000000111001101110011111010101100110111000101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8119B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8119B9; }

 p { color: rgb(129,25,185); }

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

<style>
 a { background-color: #8119B9; }

 a { background-color: rgb(129,25,185); }

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

<style>
 span { border-color: #8119B9; }

 span { border-color: rgb(129,25,185); }

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