Html Css Color HEX #8E3595 Vivid Violet

📋 copy color: '#8E3595'

red 142 ◦ green 53 ◦ blue 149

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

Shades of Vivid Violet #8E3595

Tints of Vivid Violet #8E3595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 41.28%
G = 15.41%
B = 43.31%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E3595 (or 0x8E3595) is known color: Vivid Violet. HEX triplet: 8E, 35 and 95. RGB value is (142,53,149). Sum of RGB (Red+Green+Blue) = 142+53+149=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E3595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3595 is #71CA6A. Grayscale: #5A5A5A. Windows color (decimal): -7457387 or 9778574. OLE color: 9778574.

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

Color convert

RGB 142 53 149 -
CMYK 0.05 0.64 0 0.42
HSL 295.63º 0.48% 0.4% -
HSV(B) 295.63º 0.64% 0.58% -
XYZ 17.85 10.47 29.51 -
YUV 90.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 142 53 149 0.05 0.64 0 0.42 295.63 0.48 0.4
Hex 8E 35 95 5 40 0 2A 128 30 28
Octal 216 65 225 5 100 0 52 450 60 50
Binary 10001110 110101 10010101 101 1000000 0 101010 100101000 110000 101000

Color Harmonies of #8E3595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3595

Black with #8E3595

Text Example


Text Example

White with #8E3595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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