Html Css Color HEX #8E5195 Violet Blue

📋 copy color: '#8E5195'

red 142 ◦ green 81 ◦ blue 149

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

Shades of Violet Blue #8E5195

Tints of Violet Blue #8E5195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 38.17%
G = 21.77%
B = 40.05%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E5195 (or 0x8E5195) is known color: Violet Blue. HEX triplet: 8E, 51 and 95. RGB value is (142,81,149). Sum of RGB (Red+Green+Blue) = 142+81+149=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5195 is #71AE6A. Grayscale: #6A6A6A. Windows color (decimal): -7450219 or 9785742. OLE color: 9785742.

HSL color Cylindrical-coordinate representation of color #8E5195: hue angle of 293.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E5195 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 81 149 -
CMYK 0.05 0.46 0 0.42
HSL 293.82º 0.3% 0.45% -
HSV(B) 293.82º 0.46% 0.58% -
XYZ 19.52 13.81 30.07 -
YUV 106.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 142 81 149 0.05 0.46 0 0.42 293.82 0.3 0.45
Hex 8E 51 95 5 2E 0 2A 126 1E 2D
Octal 216 121 225 5 56 0 52 446 36 55
Binary 10001110 1010001 10010101 101 101110 0 101010 100100110 11110 101101

Color Harmonies of #8E5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5195

Black with #8E5195

Text Example


Text Example

White with #8E5195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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