#9B528D

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

Shades of Violet Blue #9B528D

Tints of Violet Blue #9B528D

Color information

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

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

Color convert

RGB15582141-
CMYK00.470.090.39
HSL311.51º30.8%46.47%-
HSV(B)311.51º47.1%60.78%-
XYZ21.3414.9326.96-
YUV110.55145.18159.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558214100.470.090.39311.5130.846.47
Hex9B528D02F9271381f2e
Octal23312221505711474703756
Binary100110111010010100011010101111100110011110011100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B528D; }

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

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

<style>
 a { background-color: #9B528D; }

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

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

<style>
 span { border-color: #9B528D; }

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

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