#8116BE

Color #8116BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8116BE

Tints of Dark Violet #8116BE

Color information

#8116BE (or 0x8116BE) is unknown color: approx Dark Violet. HEX triplet: 81, 16 and BE. RGB value is (129,22,190). Sum of RGB (Red+Green+Blue) = 129+22+190=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #8116BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8116BE is #7EE941. Grayscale: #484848. Windows color (decimal): -8317250 or 12457601. OLE color: 12457601.

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

Color convert

RGB12922190-
CMYK0.320.8800.25
HSL278.21º79.25%41.57%-
HSV(B)278.21º88.42%74.51%-
XYZ18.638.9649.46-
YUV73.14193.95167.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 22 (8.98% from 255) = 6.45%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=37.83%
G=6.45%
B=55.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129221900.320.8800.25278.2179.2541.57
Hex8116BE20580191164f2a
Octal201262764013003142611752
Binary10000001101101011111010000010110000110011000101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8116BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8116BE; }

 p { color: rgb(129,22,190); }

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

<style>
 a { background-color: #8116BE; }

 a { background-color: rgb(129,22,190); }

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

<style>
 span { border-color: #8116BE; }

 span { border-color: rgb(129,22,190); }

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