Html Css Color HEX #8E6196 Violet Blue

📋 copy color: '#8E6196'

red 142 ◦ green 97 ◦ blue 150

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

Shades of Violet Blue #8E6196

Tints of Violet Blue #8E6196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 36.5%
G = 24.94%
B = 38.56%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E6196 (or 0x8E6196) is known color: Violet Blue. HEX triplet: 8E, 61 and 96. RGB value is (142,97,150). Sum of RGB (Red+Green+Blue) = 142+97+150=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E6196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6196 is #719E69. Grayscale: #747474. Windows color (decimal): -7446122 or 9855374. OLE color: 9855374.

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

Color convert

RGB 142 97 150 -
CMYK 0.05 0.35 0 0.41
HSL 290.94º 0.21% 0.48% -
HSV(B) 290.94º 0.35% 0.59% -
XYZ 20.94 16.5 30.94 -
YUV 116.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 142 97 150 0.05 0.35 0 0.41 290.94 0.21 0.48
Hex 8E 61 96 5 23 0 29 123 15 30
Octal 216 141 226 5 43 0 51 443 25 60
Binary 10001110 1100001 10010110 101 100011 0 101001 100100011 10101 110000

Color Harmonies of #8E6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6196

Black with #8E6196

Text Example


Text Example

White with #8E6196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,97,150); }

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

background-color css

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

 a { background-color: rgb(142,97,150); }

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

border-color css

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

 span { border-color: rgb(142,97,150); }

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