#9C508E

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

Shades of Violet Blue #9C508E

Tints of Violet Blue #9C508E

Color information

#9C508E (or 0x9C508E) is unknown color: approx Violet Blue. HEX triplet: 9C, 50 and 8E. RGB value is (156,80,142). Sum of RGB (Red+Green+Blue) = 156+80+142=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C508E is #63AF71. Grayscale: #6D6D6D. Windows color (decimal): -6532978 or 9326748. OLE color: 9326748.

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

Color convert

RGB15680142-
CMYK00.490.090.39
HSL311.05º32.2%46.27%-
HSV(B)311.05º48.72%61.18%-
XYZ21.4614.7627.31-
YUV109.79146.18160.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=41.27%
G=21.16%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568014200.490.090.39311.0532.246.27
Hex9C508E031927137202e
Octal23412021606111474674056
Binary1001110010100001000111001100011001100111100110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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