Html Css Color HEX #8E5899 Violet Blue

📋 copy color: '#8E5899'

red 142 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #8E5899

Tints of Violet Blue #8E5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

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

R = 37.08%
G = 22.98%
B = 39.95%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E5899 (or 0x8E5899) is known color: Violet Blue. HEX triplet: 8E, 58 and 99. RGB value is (142,88,153). Sum of RGB (Red+Green+Blue) = 142+88+153=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5899 is #71A766. Grayscale: #6F6F6F. Windows color (decimal): -7448423 or 10049678. OLE color: 10049678.

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

Color convert

RGB 142 88 153 -
CMYK 0.07 0.42 0 0.4
HSL 289.85º 0.27% 0.47% -
HSV(B) 289.85º 0.42% 0.6% -
XYZ 20.39 15.03 31.96 -
YUV 111.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 142 88 153 0.07 0.42 0 0.4 289.85 0.27 0.47
Hex 8E 58 99 7 2A 0 28 122 1B 2F
Octal 216 130 231 7 52 0 50 442 33 57
Binary 10001110 1011000 10011001 111 101010 0 101000 100100010 11011 101111

Color Harmonies of #8E5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5899

Black with #8E5899

Text Example


Text Example

White with #8E5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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