#8510E8

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

Shades of Blue Violet #8510E8

Tints of Blue Violet #8510E8

Color information

#8510E8 (or 0x8510E8) is unknown color: approx Blue Violet. HEX triplet: 85, 10 and E8. RGB value is (133,16,232). Sum of RGB (Red+Green+Blue) = 133+16+232=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 232 (91.02% from 255 or 60.89% from 381); Max value from RGB is 232 - color contains mainly: blue. Hex color #8510E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8510E8 is #7AEF17. Grayscale: #4A4A4A. Windows color (decimal): -8056600 or 15208581. OLE color: 15208581.

HSL color Cylindrical-coordinate representation of color #8510E8: hue angle of 272.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510E8 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13316232-
CMYK0.430.9300.09
HSL272.5º87.1%48.63%-
HSV(B)272.5º93.1%90.98%-
XYZ24.4211.1877.22-
YUV75.61216.26168.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 16 (6.64% from 255) = 4.20%
BLUE value IS 232 (91.02% from 255) = 60.89%
R=34.91%
G=4.20%
B=60.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133162320.430.9300.09272.587.148.63
Hex8510E82B5D091105731
Octal205203505313501142012761
Binary1000010110000111010001010111011101010011000100001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8510E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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