Html Css Color HEX #8D5097 Violet Blue

📋 copy color: '#8D5097'

red 141 ◦ green 80 ◦ blue 151

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

Shades of Violet Blue #8D5097

Tints of Violet Blue #8D5097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 37.9%
G = 21.51%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D5097 (or 0x8D5097) is known color: Violet Blue. HEX triplet: 8D, 50 and 97. RGB value is (141,80,151). Sum of RGB (Red+Green+Blue) = 141+80+151=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5097 is #72AF68. Grayscale: #6A6A6A. Windows color (decimal): -7516009 or 9916557. OLE color: 9916557.

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

Color convert

RGB 141 80 151 -
CMYK 0.07 0.47 0 0.41
HSL 291.55º 0.31% 0.45% -
HSV(B) 291.55º 0.47% 0.59% -
XYZ 19.44 13.63 30.89 -
YUV 106.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 141 80 151 0.07 0.47 0 0.41 291.55 0.31 0.45
Hex 8D 50 97 7 2F 0 29 124 1F 2D
Octal 215 120 227 7 57 0 51 444 37 55
Binary 10001101 1010000 10010111 111 101111 0 101001 100100100 11111 101101

Color Harmonies of #8D5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5097

Black with #8D5097

Text Example


Text Example

White with #8D5097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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