Html Css Color HEX #8E3395 Vivid Violet

📋 copy color: '#8E3395'

red 142 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #8E3395

Tints of Vivid Violet #8E3395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 41.52%
G = 14.91%
B = 43.57%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E3395 (or 0x8E3395) is known color: Vivid Violet. HEX triplet: 8E, 33 and 95. RGB value is (142,51,149). Sum of RGB (Red+Green+Blue) = 142+51+149=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E3395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3395 is #71CC6A. Grayscale: #595959. Windows color (decimal): -7457899 or 9778062. OLE color: 9778062.

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

Color convert

RGB 142 51 149 -
CMYK 0.05 0.66 0 0.42
HSL 295.71º 0.49% 0.39% -
HSV(B) 295.71º 0.66% 0.58% -
XYZ 17.76 10.29 29.48 -
YUV 89.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 142 51 149 0.05 0.66 0 0.42 295.71 0.49 0.39
Hex 8E 33 95 5 42 0 2A 128 31 27
Octal 216 63 225 5 102 0 52 450 61 47
Binary 10001110 110011 10010101 101 1000010 0 101010 100101000 110001 100111

Color Harmonies of #8E3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3395

Black with #8E3395

Text Example


Text Example

White with #8E3395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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