Html Css Color HEX #8D5095 Violet Blue

📋 copy color: '#8D5095'

red 141 ◦ green 80 ◦ blue 149

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

Shades of Violet Blue #8D5095

Tints of Violet Blue #8D5095

RGB

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

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

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

R = 38.11%
G = 21.62%
B = 40.27%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D5095 (or 0x8D5095) is known color: Violet Blue. HEX triplet: 8D, 50 and 95. RGB value is (141,80,149). Sum of RGB (Red+Green+Blue) = 141+80+149=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5095 is #72AF6A. Grayscale: #696969. Windows color (decimal): -7516011 or 9785485. OLE color: 9785485.

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

Color convert

RGB 141 80 149 -
CMYK 0.05 0.46 0 0.42
HSL 293.04º 0.3% 0.45% -
HSV(B) 293.04º 0.46% 0.58% -
XYZ 19.28 13.57 30.04 -
YUV 106.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 141 80 149 0.05 0.46 0 0.42 293.04 0.3 0.45
Hex 8D 50 95 5 2E 0 2A 125 1E 2D
Octal 215 120 225 5 56 0 52 445 36 55
Binary 10001101 1010000 10010101 101 101110 0 101010 100100101 11110 101101

Color Harmonies of #8D5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5095

Black with #8D5095

Text Example


Text Example

White with #8D5095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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