Html Css Color HEX #8E4C95 Vivid Violet

📋 copy color: '#8E4C95'

red 142 ◦ green 76 ◦ blue 149

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

Shades of Vivid Violet #8E4C95

Tints of Vivid Violet #8E4C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 38.69%
G = 20.71%
B = 40.6%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E4C95 (or 0x8E4C95) is known color: Vivid Violet. HEX triplet: 8E, 4C and 95. RGB value is (142,76,149). Sum of RGB (Red+Green+Blue) = 142+76+149=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E4C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C95 is #71B36A. Grayscale: #676767. Windows color (decimal): -7451499 or 9784462. OLE color: 9784462.

HSL color Cylindrical-coordinate representation of color #8E4C95: hue angle of 294.25º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4C95 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 76 149 -
CMYK 0.05 0.49 0 0.42
HSL 294.25º 0.32% 0.44% -
HSV(B) 294.25º 0.49% 0.58% -
XYZ 19.16 13.09 29.95 -
YUV 104.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 142 76 149 0.05 0.49 0 0.42 294.25 0.32 0.44
Hex 8E 4C 95 5 31 0 2A 126 20 2C
Octal 216 114 225 5 61 0 52 446 40 54
Binary 10001110 1001100 10010101 101 110001 0 101010 100100110 100000 101100

Color Harmonies of #8E4C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C95

Black with #8E4C95

Text Example


Text Example

White with #8E4C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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