Html Css Color HEX #8E5297 Violet Blue

📋 copy color: '#8E5297'

red 142 ◦ green 82 ◦ blue 151

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

Shades of Violet Blue #8E5297

Tints of Violet Blue #8E5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

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

R = 37.87%
G = 21.87%
B = 40.27%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E5297 (or 0x8E5297) is known color: Violet Blue. HEX triplet: 8E, 52 and 97. RGB value is (142,82,151). Sum of RGB (Red+Green+Blue) = 142+82+151=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5297 is #71AD68. Grayscale: #6B6B6B. Windows color (decimal): -7449961 or 9917070. OLE color: 9917070.

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

Color convert

RGB 142 82 151 -
CMYK 0.06 0.46 0 0.41
HSL 292.17º 0.3% 0.46% -
HSV(B) 292.17º 0.46% 0.59% -
XYZ 19.76 14.02 30.94 -
YUV 107.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 142 82 151 0.06 0.46 0 0.41 292.17 0.3 0.46
Hex 8E 52 97 6 2E 0 29 124 1E 2E
Octal 216 122 227 6 56 0 51 444 36 56
Binary 10001110 1010010 10010111 110 101110 0 101001 100100100 11110 101110

Color Harmonies of #8E5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5297

Black with #8E5297

Text Example


Text Example

White with #8E5297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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