Html Css Color HEX #8D5899 Violet Blue

📋 copy color: '#8D5899'

red 141 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #8D5899

Tints of Violet Blue #8D5899

RGB

 RED value IS 141 (55.47% from 255) = 36.91%

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 36.91%
G = 23.04%
B = 40.05%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D5899 (or 0x8D5899) is known color: Violet Blue. HEX triplet: 8D, 58 and 99. RGB value is (141,88,153). Sum of RGB (Red+Green+Blue) = 141+88+153=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5899 is #72A766. Grayscale: #6F6F6F. Windows color (decimal): -7513959 or 10049677. OLE color: 10049677.

HSL color Cylindrical-coordinate representation of color #8D5899: hue angle of 288.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5899 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 88 153 -
CMYK 0.08 0.42 0 0.4
HSL 288.92º 0.27% 0.47% -
HSV(B) 288.92º 0.42% 0.6% -
XYZ 20.22 14.94 31.96 -
YUV 111.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 141 88 153 0.08 0.42 0 0.4 288.92 0.27 0.47
Hex 8D 58 99 8 2A 0 28 121 1B 2F
Octal 215 130 231 10 52 0 50 441 33 57
Binary 10001101 1011000 10011001 1000 101010 0 101000 100100001 11011 101111

Color Harmonies of #8D5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5899

Black with #8D5899

Text Example


Text Example

White with #8D5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,153); }

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

background-color css

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

 a { background-color: rgb(141,88,153); }

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

border-color css

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

 span { border-color: rgb(141,88,153); }

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