Html Css Color HEX #8E6C94 Violet Blue

📋 copy color: '#8E6C94'

red 142 ◦ green 108 ◦ blue 148

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

Shades of Violet Blue #8E6C94

Tints of Violet Blue #8E6C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 35.68%
G = 27.14%
B = 37.19%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8E6C94 (or 0x8E6C94) is known color: Violet Blue. HEX triplet: 8E, 6C and 94. RGB value is (142,108,148). Sum of RGB (Red+Green+Blue) = 142+108+148=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E6C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6C94 is #71936B. Grayscale: #7A7A7A. Windows color (decimal): -7443308 or 9727118. OLE color: 9727118.

HSL color Cylindrical-coordinate representation of color #8E6C94: hue angle of 291º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E6C94 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 142 108 148 -
CMYK 0.04 0.27 0 0.42
HSL 291º 0.16% 0.5% -
HSV(B) 291º 0.27% 0.58% -
XYZ 21.86 18.61 30.46 -
YUV 122.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 142 108 148 0.04 0.27 0 0.42 291 0.16 0.5
Hex 8E 6C 94 4 1B 0 2A 123 10 32
Octal 216 154 224 4 33 0 52 443 20 62
Binary 10001110 1101100 10010100 100 11011 0 101010 100100011 10000 110010

Color Harmonies of #8E6C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C94

Black with #8E6C94

Text Example


Text Example

White with #8E6C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,108,148); }

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

background-color css

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

 a { background-color: rgb(142,108,148); }

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

border-color css

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

 span { border-color: rgb(142,108,148); }

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