#8D529A

Color #8D529A Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8D529A

Tints of Violet Blue #8D529A

Color information

#8D529A (or 0x8D529A) is unknown color: approx Violet Blue. HEX triplet: 8D, 52 and 9A. RGB value is (141,82,154). Sum of RGB (Red+Green+Blue) = 141+82+154=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D529A is #72AD65. Grayscale: #6B6B6B. Windows color (decimal): -7515494 or 10113677. OLE color: 10113677.

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

Color convert

RGB14182154-
CMYK0.080.4700.40
HSL289.17º30.51%46.27%-
HSV(B)289.17º46.75%60.39%-
XYZ19.8314.0332.23-
YUV107.85154.05151.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=37.40%
G=21.75%
B=40.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141821540.080.4700.40289.1730.5146.27
Hex8D529A82F0281211f2e
Octal21512223210570504413756
Binary100011011010010100110101000101111010100010010000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D529A;
 }
 .AnyTagClassName
 {
   color: #8D529A;
 }
</style>
background-color css

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

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

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

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

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

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