Html Css Color HEX #8E6391 Violet Blue

📋 copy color: '#8E6391'

red 142 ◦ green 99 ◦ blue 145

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

Shades of Violet Blue #8E6391

Tints of Violet Blue #8E6391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 36.79%
G = 25.65%
B = 37.56%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8E6391 (or 0x8E6391) is known color: Violet Blue. HEX triplet: 8E, 63 and 91. RGB value is (142,99,145). Sum of RGB (Red+Green+Blue) = 142+99+145=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E6391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6391 is #719C6E. Grayscale: #747474. Windows color (decimal): -7445615 or 9528206. OLE color: 9528206.

HSL color Cylindrical-coordinate representation of color #8E6391: hue angle of 296.09º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6391 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 99 145 -
CMYK 0.02 0.32 0 0.43
HSL 296.09º 0.19% 0.48% -
HSV(B) 296.09º 0.32% 0.57% -
XYZ 20.73 16.72 28.92 -
YUV 117.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 142 99 145 0.02 0.32 0 0.43 296.09 0.19 0.48
Hex 8E 63 91 2 20 0 2B 128 13 30
Octal 216 143 221 2 40 0 53 450 23 60
Binary 10001110 1100011 10010001 10 100000 0 101011 100101000 10011 110000

Color Harmonies of #8E6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6391

Black with #8E6391

Text Example


Text Example

White with #8E6391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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