#8314BD

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

Shades of Dark Violet #8314BD

Tints of Dark Violet #8314BD

Color information

#8314BD (or 0x8314BD) is unknown color: approx Dark Violet. HEX triplet: 83, 14 and BD. RGB value is (131,20,189). Sum of RGB (Red+Green+Blue) = 131+20+189=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #8314BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314BD is #7CEB42. Grayscale: #474747. Windows color (decimal): -8186691 or 12391555. OLE color: 12391555.

HSL color Cylindrical-coordinate representation of color #8314BD: hue angle of 279.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8314BD is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13120189-
CMYK0.310.8900.26
HSL279.41º80.86%40.98%-
HSV(B)279.41º89.42%74.12%-
XYZ18.8948.89-
YUV72.45193.77169.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=38.53%
G=5.88%
B=55.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131201890.310.8900.26279.4180.8640.98
Hex8314BD1F5901A1175129
Octal203242753713103242712151
Binary1000001110100101111011111110110010110101000101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8314BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8314BD; }

 p { color: rgb(131,20,189); }

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

<style>
 a { background-color: #8314BD; }

 a { background-color: rgb(131,20,189); }

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

<style>
 span { border-color: #8314BD; }

 span { border-color: rgb(131,20,189); }

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