Html Css Color HEX #8E3896 Vivid Violet

📋 copy color: '#8E3896'

red 142 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #8E3896

Tints of Vivid Violet #8E3896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 40.8%
G = 16.09%
B = 43.1%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E3896 (or 0x8E3896) is known color: Vivid Violet. HEX triplet: 8E, 38 and 96. RGB value is (142,56,150). Sum of RGB (Red+Green+Blue) = 142+56+150=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E3896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3896 is #71C769. Grayscale: #5C5C5C. Windows color (decimal): -7456618 or 9844878. OLE color: 9844878.

HSL color Cylindrical-coordinate representation of color #8E3896: hue angle of 294.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3896 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 56 150 -
CMYK 0.05 0.63 0 0.41
HSL 294.89º 0.46% 0.4% -
HSV(B) 294.89º 0.63% 0.59% -
XYZ 18.07 10.78 29.98 -
YUV 92.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 142 56 150 0.05 0.63 0 0.41 294.89 0.46 0.4
Hex 8E 38 96 5 3F 0 29 127 2E 28
Octal 216 70 226 5 77 0 51 447 56 50
Binary 10001110 111000 10010110 101 111111 0 101001 100100111 101110 101000

Color Harmonies of #8E3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3896

Black with #8E3896

Text Example


Text Example

White with #8E3896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,56,150); }

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

background-color css

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

 a { background-color: rgb(142,56,150); }

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

border-color css

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

 span { border-color: rgb(142,56,150); }

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