Html Css Color HEX #8D5699 Violet Blue

📋 copy color: '#8D5699'

red 141 ◦ green 86 ◦ blue 153

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

Shades of Violet Blue #8D5699

Tints of Violet Blue #8D5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

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

R = 37.11%
G = 22.63%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8D5699 (or 0x8D5699) is known color: Violet Blue. HEX triplet: 8D, 56 and 99. RGB value is (141,86,153). Sum of RGB (Red+Green+Blue) = 141+86+153=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5699 is #72A966. Grayscale: #6D6D6D. Windows color (decimal): -7514471 or 10049165. OLE color: 10049165.

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

Color convert

RGB 141 86 153 -
CMYK 0.08 0.44 0 0.4
HSL 289.25º 0.28% 0.47% -
HSV(B) 289.25º 0.44% 0.6% -
XYZ 20.06 14.62 31.9 -
YUV 110.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 141 86 153 0.08 0.44 0 0.4 289.25 0.28 0.47
Hex 8D 56 99 8 2C 0 28 121 1C 2F
Octal 215 126 231 10 54 0 50 441 34 57
Binary 10001101 1010110 10011001 1000 101100 0 101000 100100001 11100 101111

Color Harmonies of #8D5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5699

Black with #8D5699

Text Example


Text Example

White with #8D5699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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