Html Css Color HEX #8E559D Violet Blue

📋 copy color: '#8E559D'

red 142 ◦ green 85 ◦ blue 157

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

Shades of Violet Blue #8E559D

Tints of Violet Blue #8E559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 36.98%
G = 22.14%
B = 40.89%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E559D (or 0x8E559D) is known color: Violet Blue. HEX triplet: 8E, 55 and 9D. RGB value is (142,85,157). Sum of RGB (Red+Green+Blue) = 142+85+157=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E559D is #71AA62. Grayscale: #6E6E6E. Windows color (decimal): -7449187 or 10311054. OLE color: 10311054.

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

Color convert

RGB 142 85 157 -
CMYK 0.10 0.46 0 0.38
HSL 287.5º 0.3% 0.47% -
HSV(B) 287.5º 0.46% 0.62% -
XYZ 20.49 14.68 33.65 -
YUV 110.25 154.38 150.65 -
System Red Green Blue C M Y K H S L
Decimal 142 85 157 0.10 0.46 0 0.38 287.5 0.3 0.47
Hex 8E 55 9D A 2E 0 26 120 1E 2F
Octal 216 125 235 12 56 0 46 440 36 57
Binary 10001110 1010101 10011101 1010 101110 0 100110 100100000 11110 101111

Color Harmonies of #8E559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E559D

Black with #8E559D

Text Example


Text Example

White with #8E559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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