#8314E4

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

Shades of Blue Violet #8314E4

Tints of Blue Violet #8314E4

Color information

#8314E4 (or 0x8314E4) is unknown color: approx Blue Violet. HEX triplet: 83, 14 and E4. RGB value is (131,20,228). Sum of RGB (Red+Green+Blue) = 131+20+228=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 228 (89.45% from 255 or 60.16% from 379); Max value from RGB is 228 - color contains mainly: blue. Hex color #8314E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314E4 is #7CEB1B. Grayscale: #4C4C4C. Windows color (decimal): -8186652 or 14947459. OLE color: 14947459.

HSL color Cylindrical-coordinate representation of color #8314E4: hue angle of 272.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8314E4 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13120228-
CMYK0.430.9100.11
HSL272.02º83.87%48.63%-
HSV(B)272.02º91.23%89.41%-
XYZ23.6110.9374.26-
YUV76.9213.27166.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 228 (89.45% from 255) = 60.16%
R=34.56%
G=5.28%
B=60.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal131202280.430.9100.11272.0283.8748.63
Hex8314E42B5B0B1105431
Octal203243445313301342012461
Binary1000001110100111001001010111011011010111000100001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8314E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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