Html Css Color HEX #8E5097 Violet Blue

📋 copy color: '#8E5097'

red 142 ◦ green 80 ◦ blue 151

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

Shades of Violet Blue #8E5097

Tints of Violet Blue #8E5097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 38.07%
G = 21.45%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E5097 (or 0x8E5097) is known color: Violet Blue. HEX triplet: 8E, 50 and 97. RGB value is (142,80,151). Sum of RGB (Red+Green+Blue) = 142+80+151=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5097 is #71AF68. Grayscale: #6A6A6A. Windows color (decimal): -7450473 or 9916558. OLE color: 9916558.

HSL color Cylindrical-coordinate representation of color #8E5097: hue angle of 292.39º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E5097 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 80 151 -
CMYK 0.06 0.47 0 0.41
HSL 292.39º 0.31% 0.45% -
HSV(B) 292.39º 0.47% 0.59% -
XYZ 19.61 13.72 30.89 -
YUV 106.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 142 80 151 0.06 0.47 0 0.41 292.39 0.31 0.45
Hex 8E 50 97 6 2F 0 29 124 1F 2D
Octal 216 120 227 6 57 0 51 444 37 55
Binary 10001110 1010000 10010111 110 101111 0 101001 100100100 11111 101101

Color Harmonies of #8E5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5097

Black with #8E5097

Text Example


Text Example

White with #8E5097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,151); }

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

background-color css

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

 a { background-color: rgb(142,80,151); }

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

border-color css

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

 span { border-color: rgb(142,80,151); }

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