Html Css Color HEX #8E4C97 Vivid Violet

📋 copy color: '#8E4C97'

red 142 ◦ green 76 ◦ blue 151

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

Shades of Vivid Violet #8E4C97

Tints of Vivid Violet #8E4C97

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 38.48%
G = 20.6%
B = 40.92%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E4C97 (or 0x8E4C97) is known color: Vivid Violet. HEX triplet: 8E, 4C and 97. RGB value is (142,76,151). Sum of RGB (Red+Green+Blue) = 142+76+151=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E4C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C97 is #71B368. Grayscale: #686868. Windows color (decimal): -7451497 or 9915534. OLE color: 9915534.

HSL color Cylindrical-coordinate representation of color #8E4C97: hue angle of 292.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4C97 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 76 151 -
CMYK 0.06 0.50 0 0.41
HSL 292.8º 0.33% 0.45% -
HSV(B) 292.8º 0.5% 0.59% -
XYZ 19.33 13.15 30.8 -
YUV 104.28 154.37 154.9 -
System Red Green Blue C M Y K H S L
Decimal 142 76 151 0.06 0.50 0 0.41 292.8 0.33 0.45
Hex 8E 4C 97 6 32 0 29 125 21 2D
Octal 216 114 227 6 62 0 51 445 41 55
Binary 10001110 1001100 10010111 110 110010 0 101001 100100101 100001 101101

Color Harmonies of #8E4C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C97

Black with #8E4C97

Text Example


Text Example

White with #8E4C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,151); }

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

background-color css

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

 a { background-color: rgb(142,76,151); }

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

border-color css

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

 span { border-color: rgb(142,76,151); }

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