Html Css Color HEX #8D5295 Violet Blue

📋 copy color: '#8D5295'

red 141 ◦ green 82 ◦ blue 149

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

Shades of Violet Blue #8D5295

Tints of Violet Blue #8D5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 37.9%
G = 22.04%
B = 40.05%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D5295 (or 0x8D5295) is known color: Violet Blue. HEX triplet: 8D, 52 and 95. RGB value is (141,82,149). Sum of RGB (Red+Green+Blue) = 141+82+149=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5295 is #72AD6A. Grayscale: #6B6B6B. Windows color (decimal): -7515499 or 9785997. OLE color: 9785997.

HSL color Cylindrical-coordinate representation of color #8D5295: hue angle of 292.84º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D5295 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 82 149 -
CMYK 0.05 0.45 0 0.42
HSL 292.84º 0.29% 0.45% -
HSV(B) 292.84º 0.45% 0.58% -
XYZ 19.43 13.87 30.09 -
YUV 107.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 141 82 149 0.05 0.45 0 0.42 292.84 0.29 0.45
Hex 8D 52 95 5 2D 0 2A 125 1D 2D
Octal 215 122 225 5 55 0 52 445 35 55
Binary 10001101 1010010 10010101 101 101101 0 101010 100100101 11101 101101

Color Harmonies of #8D5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5295

Black with #8D5295

Text Example


Text Example

White with #8D5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,149); }

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

background-color css

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

 a { background-color: rgb(141,82,149); }

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

border-color css

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

 span { border-color: rgb(141,82,149); }

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