Html Css Color HEX #8E6895 Violet Blue

📋 copy color: '#8E6895'

red 142 ◦ green 104 ◦ blue 149

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

Shades of Violet Blue #8E6895

Tints of Violet Blue #8E6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 35.95%
G = 26.33%
B = 37.72%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E6895 (or 0x8E6895) is known color: Violet Blue. HEX triplet: 8E, 68 and 95. RGB value is (142,104,149). Sum of RGB (Red+Green+Blue) = 142+104+149=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6895 is #71976A. Grayscale: #787878. Windows color (decimal): -7444331 or 9791630. OLE color: 9791630.

HSL color Cylindrical-coordinate representation of color #8E6895: hue angle of 290.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6895 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 104 149 -
CMYK 0.05 0.30 0 0.42
HSL 290.67º 0.18% 0.5% -
HSV(B) 290.67º 0.3% 0.58% -
XYZ 21.53 17.82 30.74 -
YUV 120.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 142 104 149 0.05 0.30 0 0.42 290.67 0.18 0.5
Hex 8E 68 95 5 1E 0 2A 123 12 32
Octal 216 150 225 5 36 0 52 443 22 62
Binary 10001110 1101000 10010101 101 11110 0 101010 100100011 10010 110010

Color Harmonies of #8E6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6895

Black with #8E6895

Text Example


Text Example

White with #8E6895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,149); }

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

background-color css

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

 a { background-color: rgb(142,104,149); }

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

border-color css

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

 span { border-color: rgb(142,104,149); }

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