#8B529B

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

Shades of Violet Blue #8B529B

Tints of Violet Blue #8B529B

Color information

#8B529B (or 0x8B529B) is unknown color: approx Violet Blue. HEX triplet: 8B, 52 and 9B. RGB value is (139,82,155). Sum of RGB (Red+Green+Blue) = 139+82+155=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B529B is #74AD64. Grayscale: #6B6B6B. Windows color (decimal): -7646565 or 10179211. OLE color: 10179211.

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

Color convert

RGB13982155-
CMYK0.100.4700.39
HSL286.85º30.8%46.47%-
HSV(B)286.85º47.1%60.78%-
XYZ19.5813.8932.66-
YUV107.36154.88150.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=36.97%
G=21.81%
B=41.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139821550.100.4700.39286.8530.846.47
Hex8B529BA2F02711f1f2e
Octal21312223312570474373756
Binary100010111010010100110111010101111010011110001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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