Html Css Color HEX #8E5199 Violet Blue

📋 copy color: '#8E5199'

red 142 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #8E5199

Tints of Violet Blue #8E5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.54%

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

R = 37.77%
G = 21.54%
B = 40.69%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E5199 (or 0x8E5199) is known color: Violet Blue. HEX triplet: 8E, 51 and 99. RGB value is (142,81,153). Sum of RGB (Red+Green+Blue) = 142+81+153=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5199 is #71AE66. Grayscale: #6B6B6B. Windows color (decimal): -7450215 or 10047886. OLE color: 10047886.

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

Color convert

RGB 142 81 153 -
CMYK 0.07 0.47 0 0.4
HSL 290.83º 0.31% 0.46% -
HSV(B) 290.83º 0.47% 0.6% -
XYZ 19.85 13.94 31.78 -
YUV 107.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 142 81 153 0.07 0.47 0 0.4 290.83 0.31 0.46
Hex 8E 51 99 7 2F 0 28 123 1F 2E
Octal 216 121 231 7 57 0 50 443 37 56
Binary 10001110 1010001 10011001 111 101111 0 101000 100100011 11111 101110

Color Harmonies of #8E5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5199

Black with #8E5199

Text Example


Text Example

White with #8E5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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