#8D529B

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

Shades of Violet Blue #8D529B

Tints of Violet Blue #8D529B

Color information

#8D529B (or 0x8D529B) is unknown color: approx Violet Blue. HEX triplet: 8D, 52 and 9B. RGB value is (141,82,155). Sum of RGB (Red+Green+Blue) = 141+82+155=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D529B is #72AD64. Grayscale: #6B6B6B. Windows color (decimal): -7515493 or 10179213. OLE color: 10179213.

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

Color convert

RGB14182155-
CMYK0.090.4700.39
HSL288.49º30.8%46.47%-
HSV(B)288.49º47.1%60.78%-
XYZ19.9214.0632.68-
YUV107.96154.55151.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=37.30%
G=21.69%
B=41.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141821550.090.4700.39288.4930.846.47
Hex8D529B92F0271201f2e
Octal21512223311570474403756
Binary100011011010010100110111001101111010011110010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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