#9C508D

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

Shades of Violet Blue #9C508D

Tints of Violet Blue #9C508D

Color information

#9C508D (or 0x9C508D) is unknown color: approx Violet Blue. HEX triplet: 9C, 50 and 8D. RGB value is (156,80,141). Sum of RGB (Red+Green+Blue) = 156+80+141=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C508D is #63AF72. Grayscale: #6D6D6D. Windows color (decimal): -6532979 or 9261212. OLE color: 9261212.

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

Color convert

RGB15680141-
CMYK00.490.100.39
HSL311.84º32.2%46.27%-
HSV(B)311.84º48.72%61.18%-
XYZ21.3914.7326.91-
YUV109.68145.68161.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=41.38%
G=21.22%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568014100.490.100.39311.8432.246.27
Hex9C508D031A27138202e
Octal23412021506112474704056
Binary1001110010100001000110101100011010100111100111000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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