Html Css Color HEX #8E10EB Blue Violet

📋 copy color: '#8E10EB'

red 142 ◦ green 16 ◦ blue 235

#8E10EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E10EB

Tints of Blue Violet #8E10EB

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.8%

R = 36.13%
G = 4.07%
B = 59.8%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E10EB (or 0x8E10EB) is known color: 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

RGB 142 16 235 -
CMYK 0.40 0.93 0 0.08
HSL 274.52º 0.87% 0.49% -
HSV(B) 274.52º 0.93% 0.92% -
XYZ 26.34 12.12 79.55 -
YUV 78.64 216.24 173.19 -
System Red Green Blue C M Y K H S L
Decimal 142 16 235 0.40 0.93 0 0.08 274.52 0.87 0.49
Hex 8E 10 EB 28 5D 0 8 113 57 31
Octal 216 20 353 50 135 0 10 423 127 61
Binary 10001110 10000 11101011 101000 1011101 0 1000 100010011 1010111 110001

Color Harmonies of #8E10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E10EB

Black with #8E10EB

Text Example


Text Example

White with #8E10EB

Text Example


Text Example

HTML Codes & Css Web 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>