#9C508C

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

Shades of Violet Blue #9C508C

Tints of Violet Blue #9C508C

Color information

#9C508C (or 0x9C508C) is unknown color: approx Violet Blue. HEX triplet: 9C, 50 and 8C. RGB value is (156,80,140). Sum of RGB (Red+Green+Blue) = 156+80+140=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C508C is #63AF73. Grayscale: #6D6D6D. Windows color (decimal): -6532980 or 9195676. OLE color: 9195676.

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

Color convert

RGB15680140-
CMYK00.490.100.39
HSL312.63º32.2%46.27%-
HSV(B)312.63º48.72%61.18%-
XYZ21.3114.726.52-
YUV109.56145.18161.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.49%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=41.49%
G=21.28%
B=37.23%

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
Decimal1568014000.490.100.39312.6332.246.27
Hex9C508C031A27139202e
Octal23412021406112474714056
Binary1001110010100001000110001100011010100111100111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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