Html Css Color HEX #8E519B Violet Blue

📋 copy color: '#8E519B'

red 142 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #8E519B

Tints of Violet Blue #8E519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 37.57%
G = 21.43%
B = 41.01%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E519B (or 0x8E519B) is known color: Violet Blue. HEX triplet: 8E, 51 and 9B. RGB value is (142,81,155). Sum of RGB (Red+Green+Blue) = 142+81+155=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E519B is #71AE64. Grayscale: #6B6B6B. Windows color (decimal): -7450213 or 10178958. OLE color: 10178958.

HSL color Cylindrical-coordinate representation of color #8E519B: hue angle of 289.46º degrees, saturation: 0.31, 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 #8E519B is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 81 155 -
CMYK 0.08 0.48 0 0.39
HSL 289.46º 0.31% 0.46% -
HSV(B) 289.46º 0.48% 0.61% -
XYZ 20.01 14 32.66 -
YUV 107.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 142 81 155 0.08 0.48 0 0.39 289.46 0.31 0.46
Hex 8E 51 9B 8 30 0 27 121 1F 2E
Octal 216 121 233 10 60 0 47 441 37 56
Binary 10001110 1010001 10011011 1000 110000 0 100111 100100001 11111 101110

Color Harmonies of #8E519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E519B

Black with #8E519B

Text Example


Text Example

White with #8E519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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