#8519E5

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

Shades of Blue Violet #8519E5

Tints of Blue Violet #8519E5

Color information

#8519E5 (or 0x8519E5) is unknown color: approx Blue Violet. HEX triplet: 85, 19 and E5. RGB value is (133,25,229). Sum of RGB (Red+Green+Blue) = 133+25+229=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #8519E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519E5 is #7AE61A. Grayscale: #4F4F4F. Windows color (decimal): -8054299 or 15014277. OLE color: 15014277.

HSL color Cylindrical-coordinate representation of color #8519E5: hue angle of 271.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8519E5 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13325229-
CMYK0.420.8900.10
HSL271.76º80.31%49.8%-
HSV(B)271.76º89.08%89.8%-
XYZ24.1611.3475.04-
YUV80.55211.78165.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 229 (89.84% from 255) = 59.17%
R=34.37%
G=6.46%
B=59.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133252290.420.8900.10271.7680.3149.8
Hex8519E52A590A1105032
Octal205313455213101242012062
Binary1000010111001111001011010101011001010101000100001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8519E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8519E5; }

 p { color: rgb(133,25,229); }

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

<style>
 a { background-color: #8519E5; }

 a { background-color: rgb(133,25,229); }

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

<style>
 span { border-color: #8519E5; }

 span { border-color: rgb(133,25,229); }

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