Html Css Color HEX #8E519C Violet Blue

📋 copy color: '#8E519C'

red 142 ◦ green 81 ◦ blue 156

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

Shades of Violet Blue #8E519C

Tints of Violet Blue #8E519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.37%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 37.47%
G = 21.37%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E519C (or 0x8E519C) is known color: Violet Blue. HEX triplet: 8E, 51 and 9C. RGB value is (142,81,156). Sum of RGB (Red+Green+Blue) = 142+81+156=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E519C is #71AE63. Grayscale: #6B6B6B. Windows color (decimal): -7450212 or 10244494. OLE color: 10244494.

HSL color Cylindrical-coordinate representation of color #8E519C: hue angle of 288.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E519C is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 81 156 -
CMYK 0.09 0.48 0 0.39
HSL 288.8º 0.32% 0.46% -
HSV(B) 288.8º 0.48% 0.61% -
XYZ 20.1 14.04 33.1 -
YUV 107.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 142 81 156 0.09 0.48 0 0.39 288.8 0.32 0.46
Hex 8E 51 9C 9 30 0 27 121 20 2E
Octal 216 121 234 11 60 0 47 441 40 56
Binary 10001110 1010001 10011100 1001 110000 0 100111 100100001 100000 101110

Color Harmonies of #8E519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E519C

Black with #8E519C

Text Example


Text Example

White with #8E519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,81,156); }

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

background-color css

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

 a { background-color: rgb(142,81,156); }

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

border-color css

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

 span { border-color: rgb(142,81,156); }

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