Html Css Color HEX #8E599A Violet Blue

📋 copy color: '#8E599A'

red 142 ◦ green 89 ◦ blue 154

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

Shades of Violet Blue #8E599A

Tints of Violet Blue #8E599A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 36.88%
G = 23.12%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8E599A (or 0x8E599A) is known color: Violet Blue. HEX triplet: 8E, 59 and 9A. RGB value is (142,89,154). Sum of RGB (Red+Green+Blue) = 142+89+154=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E599A is #71A665. Grayscale: #707070. Windows color (decimal): -7448166 or 10115470. OLE color: 10115470.

HSL color Cylindrical-coordinate representation of color #8E599A: hue angle of 288.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E599A is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 142 89 154 -
CMYK 0.08 0.42 0 0.40
HSL 288.92º 0.27% 0.48% -
HSV(B) 288.92º 0.42% 0.6% -
XYZ 20.56 15.23 32.43 -
YUV 112.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 142 89 154 0.08 0.42 0 0.40 288.92 0.27 0.48
Hex 8E 59 9A 8 2A 0 28 121 1B 30
Octal 216 131 232 10 52 0 50 441 33 60
Binary 10001110 1011001 10011010 1000 101010 0 101000 100100001 11011 110000

Color Harmonies of #8E599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E599A

Black with #8E599A

Text Example


Text Example

White with #8E599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,154); }

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

background-color css

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

 a { background-color: rgb(142,89,154); }

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

border-color css

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

 span { border-color: rgb(142,89,154); }

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