Html Css Color HEX #8E6696 Violet Blue

📋 copy color: '#8E6696'

red 142 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #8E6696

Tints of Violet Blue #8E6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

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

R = 36.04%
G = 25.89%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E6696 (or 0x8E6696) is known color: Violet Blue. HEX triplet: 8E, 66 and 96. RGB value is (142,102,150). Sum of RGB (Red+Green+Blue) = 142+102+150=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6696 is #719969. Grayscale: #777777. Windows color (decimal): -7444842 or 9856654. OLE color: 9856654.

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

Color convert

RGB 142 102 150 -
CMYK 0.05 0.32 0 0.41
HSL 290º 0.19% 0.49% -
HSV(B) 290º 0.32% 0.59% -
XYZ 21.41 17.46 31.09 -
YUV 119.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 142 102 150 0.05 0.32 0 0.41 290 0.19 0.49
Hex 8E 66 96 5 20 0 29 122 13 31
Octal 216 146 226 5 40 0 51 442 23 61
Binary 10001110 1100110 10010110 101 100000 0 101001 100100010 10011 110001

Color Harmonies of #8E6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6696

Black with #8E6696

Text Example


Text Example

White with #8E6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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