#8B529A

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

Shades of Violet Blue #8B529A

Tints of Violet Blue #8B529A

Color information

#8B529A (or 0x8B529A) is unknown color: approx Violet Blue. HEX triplet: 8B, 52 and 9A. RGB value is (139,82,154). Sum of RGB (Red+Green+Blue) = 139+82+154=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B529A is #74AD65. Grayscale: #6B6B6B. Windows color (decimal): -7646566 or 10113675. OLE color: 10113675.

HSL color Cylindrical-coordinate representation of color #8B529A: hue angle of 287.5º 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 #8B529A is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13982154-
CMYK0.100.4700.40
HSL287.5º30.51%46.27%-
HSV(B)287.5º46.75%60.39%-
XYZ19.513.8632.22-
YUV107.25154.38150.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=37.07%
G=21.87%
B=41.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139821540.100.4700.40287.530.5146.27
Hex8B529AA2F0281201f2e
Octal21312223212570504403756
Binary100010111010010100110101010101111010100010010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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