#8119bf

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

Shades of Dark Orchid #8119BF

Tints of Dark Orchid #8119BF

Color information

#8119BF (or 0x8119BF) is unknown color: approx Dark Orchid. HEX triplet: 81, 19 and BF. RGB value is (129,25,191). Sum of RGB (Red+Green+Blue) = 129+25+191=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #8119BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119BF is #7EE640. Grayscale: #4A4A4A. Windows color (decimal): -8316481 or 12523905. OLE color: 12523905.

HSL color Cylindrical-coordinate representation of color #8119BF: hue angle of 277.59º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8119BF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12925191-
CMYK0.320.8700.25
HSL277.59º76.85%42.35%-
HSV(B)277.59º86.91%74.9%-
XYZ18.89.1250.06-
YUV75.02193.46166.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 25 (10.16% from 255) = 7.25%
BLUE value IS 191 (75% from 255) = 55.36%
R=37.39%
G=7.25%
B=55.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129251910.320.8700.25277.5976.8542.35
Hex8119BF20570191164d2a
Octal201312774012703142611552
Binary10000001110011011111110000010101110110011000101101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8119bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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