Html Css Color HEX #8E6395 Violet Blue

📋 copy color: '#8E6395'

red 142 ◦ green 99 ◦ blue 149

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

Shades of Violet Blue #8E6395

Tints of Violet Blue #8E6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

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

R = 36.41%
G = 25.38%
B = 38.21%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E6395 (or 0x8E6395) is known color: Violet Blue. HEX triplet: 8E, 63 and 95. RGB value is (142,99,149). Sum of RGB (Red+Green+Blue) = 142+99+149=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6395 is #719C6A. Grayscale: #757575. Windows color (decimal): -7445611 or 9790350. OLE color: 9790350.

HSL color Cylindrical-coordinate representation of color #8E6395: hue angle of 291.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E6395 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 99 149 -
CMYK 0.05 0.34 0 0.42
HSL 291.6º 0.2% 0.49% -
HSV(B) 291.6º 0.34% 0.58% -
XYZ 21.04 16.84 30.58 -
YUV 117.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 142 99 149 0.05 0.34 0 0.42 291.6 0.2 0.49
Hex 8E 63 95 5 22 0 2A 124 14 31
Octal 216 143 225 5 42 0 52 444 24 61
Binary 10001110 1100011 10010101 101 100010 0 101010 100100100 10100 110001

Color Harmonies of #8E6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6395

Black with #8E6395

Text Example


Text Example

White with #8E6395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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