Html Css Color HEX #8E4395 Vivid Violet

📋 copy color: '#8E4395'

red 142 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #8E4395

Tints of Vivid Violet #8E4395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

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

R = 39.66%
G = 18.72%
B = 41.62%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E4395 (or 0x8E4395) is known color: Vivid Violet. HEX triplet: 8E, 43 and 95. RGB value is (142,67,149). Sum of RGB (Red+Green+Blue) = 142+67+149=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E4395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4395 is #71BC6A. Grayscale: #626262. Windows color (decimal): -7453803 or 9782158. OLE color: 9782158.

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

Color convert

RGB 142 67 149 -
CMYK 0.05 0.55 0 0.42
HSL 294.88º 0.38% 0.42% -
HSV(B) 294.88º 0.55% 0.58% -
XYZ 18.59 11.94 29.76 -
YUV 98.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 142 67 149 0.05 0.55 0 0.42 294.88 0.38 0.42
Hex 8E 43 95 5 37 0 2A 127 26 2A
Octal 216 103 225 5 67 0 52 447 46 52
Binary 10001110 1000011 10010101 101 110111 0 101010 100100111 100110 101010

Color Harmonies of #8E4395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4395

Black with #8E4395

Text Example


Text Example

White with #8E4395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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