Html Css Color HEX #8D5597 Violet Blue

📋 copy color: '#8D5597'

red 141 ◦ green 85 ◦ blue 151

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

Shades of Violet Blue #8D5597

Tints of Violet Blue #8D5597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 37.4%
G = 22.55%
B = 40.05%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D5597 (or 0x8D5597) is known color: Violet Blue. HEX triplet: 8D, 55 and 97. RGB value is (141,85,151). Sum of RGB (Red+Green+Blue) = 141+85+151=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D5597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5597 is #72AA68. Grayscale: #6D6D6D. Windows color (decimal): -7514729 or 9917837. OLE color: 9917837.

HSL color Cylindrical-coordinate representation of color #8D5597: hue angle of 290.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D5597 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 85 151 -
CMYK 0.07 0.44 0 0.41
HSL 290.91º 0.28% 0.46% -
HSV(B) 290.91º 0.44% 0.59% -
XYZ 19.82 14.39 31.01 -
YUV 109.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 141 85 151 0.07 0.44 0 0.41 290.91 0.28 0.46
Hex 8D 55 97 7 2C 0 29 123 1C 2E
Octal 215 125 227 7 54 0 51 443 34 56
Binary 10001101 1010101 10010111 111 101100 0 101001 100100011 11100 101110

Color Harmonies of #8D5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5597

Black with #8D5597

Text Example


Text Example

White with #8D5597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,85,151); }

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

background-color css

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

 a { background-color: rgb(141,85,151); }

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

border-color css

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

 span { border-color: rgb(141,85,151); }

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