Html Css Color HEX #8E5895 Violet Blue

📋 copy color: '#8E5895'

red 142 ◦ green 88 ◦ blue 149

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

Shades of Violet Blue #8E5895

Tints of Violet Blue #8E5895

RGB

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

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

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

R = 37.47%
G = 23.22%
B = 39.31%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E5895 (or 0x8E5895) is known color: Violet Blue. HEX triplet: 8E, 58 and 95. RGB value is (142,88,149). Sum of RGB (Red+Green+Blue) = 142+88+149=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5895 is #71A76A. Grayscale: #6E6E6E. Windows color (decimal): -7448427 or 9787534. OLE color: 9787534.

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

Color convert

RGB 142 88 149 -
CMYK 0.05 0.41 0 0.42
HSL 293.11º 0.26% 0.46% -
HSV(B) 293.11º 0.41% 0.58% -
XYZ 20.07 14.9 30.25 -
YUV 111.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 142 88 149 0.05 0.41 0 0.42 293.11 0.26 0.46
Hex 8E 58 95 5 29 0 2A 125 1A 2E
Octal 216 130 225 5 51 0 52 445 32 56
Binary 10001110 1011000 10010101 101 101001 0 101010 100100101 11010 101110

Color Harmonies of #8E5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5895

Black with #8E5895

Text Example


Text Example

White with #8E5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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