#9C508B

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

Shades of Violet Blue #9C508B

Tints of Violet Blue #9C508B

Color information

#9C508B (or 0x9C508B) is unknown color: approx Violet Blue. HEX triplet: 9C, 50 and 8B. RGB value is (156,80,139). Sum of RGB (Red+Green+Blue) = 156+80+139=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C508B is #63AF74. Grayscale: #6D6D6D. Windows color (decimal): -6532981 or 9130140. OLE color: 9130140.

HSL color Cylindrical-coordinate representation of color #9C508B: hue angle of 313.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C508B is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15680139-
CMYK00.490.110.39
HSL313.42º32.2%46.27%-
HSV(B)313.42º48.72%61.18%-
XYZ21.2414.6726.14-
YUV109.45144.68161.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=41.6%
G=21.33%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568013900.490.110.39313.4232.246.27
Hex9C508B031B27139202e
Octal23412021306113474714056
Binary1001110010100001000101101100011011100111100111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,139); }

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

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

 a { background-color: rgb(156,80,139); }

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

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

 span { border-color: rgb(156,80,139); }

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