#8119BC

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

Shades of Dark Orchid #8119BC

Tints of Dark Orchid #8119BC

Color information

#8119BC (or 0x8119BC) is unknown color: approx Dark Orchid. HEX triplet: 81, 19 and BC. RGB value is (129,25,188). Sum of RGB (Red+Green+Blue) = 129+25+188=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #8119BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8119BC is #7EE643. Grayscale: #4A4A4A. Windows color (decimal): -8316484 or 12327297. OLE color: 12327297.

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

Color convert

RGB12925188-
CMYK0.310.8700.26
HSL278.28º76.53%41.76%-
HSV(B)278.28º86.7%73.73%-
XYZ18.488.9948.34-
YUV74.68191.96166.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 25 (10.16% from 255) = 7.31%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=37.72%
G=7.31%
B=54.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129251880.310.8700.26278.2876.5341.76
Hex8119BC1F5701A1164d2a
Octal201312743712703242611552
Binary1000000111001101111001111110101110110101000101101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8119BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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