Html Css Color HEX #8E3C95 Vivid Violet

📋 copy color: '#8E3C95'

red 142 ◦ green 60 ◦ blue 149

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

Shades of Vivid Violet #8E3C95

Tints of Vivid Violet #8E3C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

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

R = 40.46%
G = 17.09%
B = 42.45%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E3C95 (or 0x8E3C95) is known color: Vivid Violet. HEX triplet: 8E, 3C and 95. RGB value is (142,60,149). Sum of RGB (Red+Green+Blue) = 142+60+149=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E3C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C95 is #71C36A. Grayscale: #5E5E5E. Windows color (decimal): -7455595 or 9780366. OLE color: 9780366.

HSL color Cylindrical-coordinate representation of color #8E3C95: hue angle of 295.28º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E3C95 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 60 149 -
CMYK 0.05 0.60 0 0.42
HSL 295.28º 0.43% 0.41% -
HSV(B) 295.28º 0.6% 0.58% -
XYZ 18.2 11.15 29.63 -
YUV 94.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 142 60 149 0.05 0.60 0 0.42 295.28 0.43 0.41
Hex 8E 3C 95 5 3C 0 2A 127 2B 29
Octal 216 74 225 5 74 0 52 447 53 51
Binary 10001110 111100 10010101 101 111100 0 101010 100100111 101011 101001

Color Harmonies of #8E3C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C95

Black with #8E3C95

Text Example


Text Example

White with #8E3C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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