Html Css Color HEX #8E6097 Violet Blue

📋 copy color: '#8E6097'

red 142 ◦ green 96 ◦ blue 151

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

Shades of Violet Blue #8E6097

Tints of Violet Blue #8E6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 36.5%
G = 24.68%
B = 38.82%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E6097 (or 0x8E6097) is known color: Violet Blue. HEX triplet: 8E, 60 and 97. RGB value is (142,96,151). Sum of RGB (Red+Green+Blue) = 142+96+151=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E6097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6097 is #719F68. Grayscale: #737373. Windows color (decimal): -7446377 or 9920654. OLE color: 9920654.

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

Color convert

RGB 142 96 151 -
CMYK 0.06 0.36 0 0.41
HSL 290.18º 0.22% 0.48% -
HSV(B) 290.18º 0.36% 0.59% -
XYZ 20.92 16.35 31.33 -
YUV 116.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 142 96 151 0.06 0.36 0 0.41 290.18 0.22 0.48
Hex 8E 60 97 6 24 0 29 122 16 30
Octal 216 140 227 6 44 0 51 442 26 60
Binary 10001110 1100000 10010111 110 100100 0 101001 100100010 10110 110000

Color Harmonies of #8E6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6097

Black with #8E6097

Text Example


Text Example

White with #8E6097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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