Html Css Color HEX #8E6199 Violet Blue

📋 copy color: '#8E6199'

red 142 ◦ green 97 ◦ blue 153

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

Shades of Violet Blue #8E6199

Tints of Violet Blue #8E6199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 36.22%
G = 24.74%
B = 39.03%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E6199 (or 0x8E6199) is known color: Violet Blue. HEX triplet: 8E, 61 and 99. RGB value is (142,97,153). Sum of RGB (Red+Green+Blue) = 142+97+153=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6199 is #719E66. Grayscale: #747474. Windows color (decimal): -7446119 or 10051982. OLE color: 10051982.

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

Color convert

RGB 142 97 153 -
CMYK 0.07 0.37 0 0.4
HSL 288.21º 0.22% 0.49% -
HSV(B) 288.21º 0.37% 0.6% -
XYZ 21.18 16.6 32.22 -
YUV 116.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 142 97 153 0.07 0.37 0 0.4 288.21 0.22 0.49
Hex 8E 61 99 7 25 0 28 120 16 31
Octal 216 141 231 7 45 0 50 440 26 61
Binary 10001110 1100001 10011001 111 100101 0 101000 100100000 10110 110001

Color Harmonies of #8E6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6199

Black with #8E6199

Text Example


Text Example

White with #8E6199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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