#9C528D

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

Shades of Violet Blue #9C528D

Tints of Violet Blue #9C528D

Color information

#9C528D (or 0x9C528D) is unknown color: approx Violet Blue. HEX triplet: 9C, 52 and 8D. RGB value is (156,82,141). Sum of RGB (Red+Green+Blue) = 156+82+141=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C528D is #63AD72. Grayscale: #6E6E6E. Windows color (decimal): -6532467 or 9261724. OLE color: 9261724.

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

Color convert

RGB15682141-
CMYK00.470.100.39
HSL312.16º31.09%46.67%-
HSV(B)312.16º47.44%61.18%-
XYZ21.5415.0326.96-
YUV110.85145.02160.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=41.16%
G=21.64%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568214100.470.100.39312.1631.0946.67
Hex9C528D02FA271381f2f
Octal23412221505712474703757
Binary100111001010010100011010101111101010011110011100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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