#8114BF

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

Shades of Dark Violet #8114BF

Tints of Dark Violet #8114BF

Color information

#8114BF (or 0x8114BF) is unknown color: approx Dark Violet. HEX triplet: 81, 14 and BF. RGB value is (129,20,191). Sum of RGB (Red+Green+Blue) = 129+20+191=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #8114BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8114BF is #7EEB40. Grayscale: #474747. Windows color (decimal): -8317761 or 12522625. OLE color: 12522625.

HSL color Cylindrical-coordinate representation of color #8114BF: hue angle of 278.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8114BF is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12920191-
CMYK0.320.9000.25
HSL278.25º81.04%41.37%-
HSV(B)278.25º89.53%74.9%-
XYZ18.718.9350.03-
YUV72.08195.11168.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 191 (75% from 255) = 56.18%
R=37.94%
G=5.88%
B=56.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129201910.320.9000.25278.2581.0441.37
Hex8114BF205A0191165129
Octal201242774013203142612151
Binary10000001101001011111110000010110100110011000101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8114BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8114BF; }

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

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

<style>
 a { background-color: #8114BF; }

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

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

<style>
 span { border-color: #8114BF; }

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

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