#8510E5

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

Shades of Blue Violet #8510E5

Tints of Blue Violet #8510E5

Color information

#8510E5 (or 0x8510E5) is unknown color: approx Blue Violet. HEX triplet: 85, 10 and E5. RGB value is (133,16,229). Sum of RGB (Red+Green+Blue) = 133+16+229=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #8510E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510E5 is #7AEF1A. Grayscale: #4A4A4A. Windows color (decimal): -8056603 or 15011973. OLE color: 15011973.

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

Color convert

RGB13316229-
CMYK0.420.9300.10
HSL272.96º86.94%48.04%-
HSV(B)272.96º93.01%89.8%-
XYZ2411.0174.99-
YUV75.26214.76169.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 16 (6.64% from 255) = 4.23%
BLUE value IS 229 (89.84% from 255) = 60.58%
R=35.19%
G=4.23%
B=60.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133162290.420.9300.10272.9686.9448.04
Hex8510E52A5D0A1115730
Octal205203455213501242112760
Binary1000010110000111001011010101011101010101000100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8510E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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