Html Css Color HEX #8E37A4 Vivid Violet

📋 copy color: '#8E37A4'

red 142 ◦ green 55 ◦ blue 164

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

Shades of Vivid Violet #8E37A4

Tints of Vivid Violet #8E37A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.43%

R = 39.34%
G = 15.24%
B = 45.43%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8E37A4 (or 0x8E37A4) is known color: Vivid Violet. HEX triplet: 8E, 37 and A4. RGB value is (142,55,164). Sum of RGB (Red+Green+Blue) = 142+55+164=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E37A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E37A4 is #71C85B. Grayscale: #5D5D5D. Windows color (decimal): -7456860 or 10762126. OLE color: 10762126.

HSL color Cylindrical-coordinate representation of color #8E37A4: hue angle of 287.89º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E37A4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 55 164 -
CMYK 0.13 0.66 0 0.36
HSL 287.89º 0.5% 0.43% -
HSV(B) 287.89º 0.66% 0.64% -
XYZ 19.22 11.16 36.26 -
YUV 93.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 142 55 164 0.13 0.66 0 0.36 287.89 0.5 0.43
Hex 8E 37 A4 D 42 0 24 120 32 2B
Octal 216 67 244 15 102 0 44 440 62 53
Binary 10001110 110111 10100100 1101 1000010 0 100100 100100000 110010 101011

Color Harmonies of #8E37A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E37A4

Black with #8E37A4

Text Example


Text Example

White with #8E37A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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