Html Css Color HEX #8E37EC Blue Violet

📋 copy color: '#8E37EC'

red 142 ◦ green 55 ◦ blue 236

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

Shades of Blue Violet #8E37EC

Tints of Blue Violet #8E37EC

RGB

 RED value IS 142 (55.86% from 255) = 32.79%

 GREEN value IS 55 (21.88% from 255) = 12.7%

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 32.79%
G = 12.7%
B = 54.5%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E37EC (or 0x8E37EC) is known color: Blue Violet. HEX triplet: 8E, 37 and EC. RGB value is (142,55,236). Sum of RGB (Red+Green+Blue) = 142+55+236=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E37EC is #71C813. Grayscale: #656565. Windows color (decimal): -7456788 or 15480718. OLE color: 15480718.

HSL color Cylindrical-coordinate representation of color #8E37EC: hue angle of 268.84º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E37EC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 55 236 -
CMYK 0.40 0.77 0 0.07
HSL 268.84º 0.83% 0.57% -
HSV(B) 268.84º 0.77% 0.93% -
XYZ 27.66 14.54 80.71 -
YUV 101.65 203.82 156.78 -
System Red Green Blue C M Y K H S L
Decimal 142 55 236 0.40 0.77 0 0.07 268.84 0.83 0.57
Hex 8E 37 EC 28 4D 0 7 10D 53 39
Octal 216 67 354 50 115 0 7 415 123 71
Binary 10001110 110111 11101100 101000 1001101 0 111 100001101 1010011 111001

Color Harmonies of #8E37EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E37EC

Black with #8E37EC

Text Example


Text Example

White with #8E37EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,55,236); }

 H1.HeaderClassName
 {
   color: #8E37EC;
 }
 .AnyTagClassName
 {
   color: #8E37EC;
 }
</style>

background-color css

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

 a { background-color: rgb(142,55,236); }

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

border-color css

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

 span { border-color: rgb(142,55,236); }

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