Html Css Color HEX #8E4599 Vivid Violet

📋 copy color: '#8E4599'

red 142 ◦ green 69 ◦ blue 153

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

Shades of Vivid Violet #8E4599

Tints of Vivid Violet #8E4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.96%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 39.01%
G = 18.96%
B = 42.03%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E4599 (or 0x8E4599) is known color: Vivid Violet. HEX triplet: 8E, 45 and 99. RGB value is (142,69,153). Sum of RGB (Red+Green+Blue) = 142+69+153=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4599 is #71BA66. Grayscale: #646464. Windows color (decimal): -7453287 or 10044814. OLE color: 10044814.

HSL color Cylindrical-coordinate representation of color #8E4599: hue angle of 292.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E4599 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 69 153 -
CMYK 0.07 0.55 0 0.4
HSL 292.14º 0.38% 0.44% -
HSV(B) 292.14º 0.55% 0.6% -
XYZ 19.03 12.31 31.51 -
YUV 100.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 142 69 153 0.07 0.55 0 0.4 292.14 0.38 0.44
Hex 8E 45 99 7 37 0 28 124 26 2C
Octal 216 105 231 7 67 0 50 444 46 54
Binary 10001110 1000101 10011001 111 110111 0 101000 100100100 100110 101100

Color Harmonies of #8E4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4599

Black with #8E4599

Text Example


Text Example

White with #8E4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,69,153); }

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

background-color css

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

 a { background-color: rgb(142,69,153); }

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

border-color css

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

 span { border-color: rgb(142,69,153); }

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