#8414E1

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

Shades of Blue Violet #8414E1

Tints of Blue Violet #8414E1

Color information

#8414E1 (or 0x8414E1) is unknown color: approx Blue Violet. HEX triplet: 84, 14 and E1. RGB value is (132,20,225). Sum of RGB (Red+Green+Blue) = 132+20+225=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #8414E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8414E1 is #7BEB1E. Grayscale: #4C4C4C. Windows color (decimal): -8121119 or 14750852. OLE color: 14750852.

HSL color Cylindrical-coordinate representation of color #8414E1: hue angle of 272.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8414E1 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13220225-
CMYK0.410.9100.12
HSL272.78º83.67%48.04%-
HSV(B)272.78º91.11%88.24%-
XYZ23.3610.8472.1-
YUV76.86211.61167.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 20 (8.20% from 255) = 5.31%
BLUE value IS 225 (88.28% from 255) = 59.68%
R=35.01%
G=5.31%
B=59.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132202250.410.9100.12272.7883.6748.04
Hex8414E1295B0C1115430
Octal204243415113301442112460
Binary1000010010100111000011010011011011011001000100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8414E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8414E1; }

 p { color: rgb(132,20,225); }

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

<style>
 a { background-color: #8414E1; }

 a { background-color: rgb(132,20,225); }

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

<style>
 span { border-color: #8414E1; }

 span { border-color: rgb(132,20,225); }

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