Html Css Color HEX #8E539D Violet Blue

📋 copy color: '#8E539D'

red 142 ◦ green 83 ◦ blue 157

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

Shades of Violet Blue #8E539D

Tints of Violet Blue #8E539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 37.17%
G = 21.73%
B = 41.1%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E539D (or 0x8E539D) is known color: Violet Blue. HEX triplet: 8E, 53 and 9D. RGB value is (142,83,157). Sum of RGB (Red+Green+Blue) = 142+83+157=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E539D is #71AC62. Grayscale: #6C6C6C. Windows color (decimal): -7449699 or 10310542. OLE color: 10310542.

HSL color Cylindrical-coordinate representation of color #8E539D: hue angle of 287.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E539D is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 83 157 -
CMYK 0.10 0.47 0 0.38
HSL 287.84º 0.31% 0.47% -
HSV(B) 287.84º 0.47% 0.62% -
XYZ 20.33 14.37 33.6 -
YUV 109.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 142 83 157 0.10 0.47 0 0.38 287.84 0.31 0.47
Hex 8E 53 9D A 2F 0 26 120 1F 2F
Octal 216 123 235 12 57 0 46 440 37 57
Binary 10001110 1010011 10011101 1010 101111 0 100110 100100000 11111 101111

Color Harmonies of #8E539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E539D

Black with #8E539D

Text Example


Text Example

White with #8E539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,157); }

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

background-color css

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

 a { background-color: rgb(142,83,157); }

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

border-color css

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

 span { border-color: rgb(142,83,157); }

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