#8E10EB

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

Shades of Blue Violet #8E10EB

Tints of Blue Violet #8E10EB

Color information

#8E10EB (or 0x8E10EB) is unknown color: approx Blue Violet. HEX triplet: 8E, 10 and EB. RGB value is (142,16,235). Sum of RGB (Red+Green+Blue) = 142+16+235=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E10EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E10EB is #71EF14. Grayscale: #4D4D4D. Windows color (decimal): -7466773 or 15405198. OLE color: 15405198.

HSL color Cylindrical-coordinate representation of color #8E10EB: hue angle of 274.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E10EB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14216235-
CMYK0.400.9300.08
HSL274.52º87.25%49.22%-
HSV(B)274.52º93.19%92.16%-
XYZ26.3412.1279.55-
YUV78.64216.24173.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 16 (6.64% from 255) = 4.07%
BLUE value IS 235 (92.19% from 255) = 59.80%
R=36.13%
G=4.07%
B=59.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142162350.400.9300.08274.5287.2549.22
Hex8E10EB285D081135731
Octal216203535013501042312761
Binary1000111010000111010111010001011101010001000100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E10EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E10EB; }

 p { color: rgb(142,16,235); }

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

<style>
 a { background-color: #8E10EB; }

 a { background-color: rgb(142,16,235); }

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

<style>
 span { border-color: #8E10EB; }

 span { border-color: rgb(142,16,235); }

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