Html Css Color HEX #8E6E90 Violet Blue

📋 copy color: '#8E6E90'

red 142 ◦ green 110 ◦ blue 144

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

Shades of Violet Blue #8E6E90

Tints of Violet Blue #8E6E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 35.86%
G = 27.78%
B = 36.36%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E6E90 (or 0x8E6E90) is known color: Violet Blue. HEX triplet: 8E, 6E and 90. RGB value is (142,110,144). Sum of RGB (Red+Green+Blue) = 142+110+144=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6E90 is #71916F. Grayscale: #7B7B7B. Windows color (decimal): -7442800 or 9465486. OLE color: 9465486.

HSL color Cylindrical-coordinate representation of color #8E6E90: hue angle of 296.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E6E90 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 110 144 -
CMYK 0.01 0.24 0 0.44
HSL 296.47º 0.13% 0.5% -
HSV(B) 296.47º 0.24% 0.56% -
XYZ 21.77 18.92 28.89 -
YUV 123.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 142 110 144 0.01 0.24 0 0.44 296.47 0.13 0.5
Hex 8E 6E 90 1 18 0 2C 128 D 32
Octal 216 156 220 1 30 0 54 450 15 62
Binary 10001110 1101110 10010000 1 11000 0 101100 100101000 1101 110010

Color Harmonies of #8E6E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6E90

Black with #8E6E90

Text Example


Text Example

White with #8E6E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,110,144); }

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

background-color css

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

 a { background-color: rgb(142,110,144); }

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

border-color css

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

 span { border-color: rgb(142,110,144); }

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