#9C54A9

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

Shades of Violet Blue #9C54A9

Tints of Violet Blue #9C54A9

Color information

#9C54A9 (or 0x9C54A9) is unknown color: approx Violet Blue. HEX triplet: 9C, 54 and A9. RGB value is (156,84,169). Sum of RGB (Red+Green+Blue) = 156+84+169=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C54A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C54A9 is #63AB56. Grayscale: #727272. Windows color (decimal): -6531927 or 11097244. OLE color: 11097244.

HSL color Cylindrical-coordinate representation of color #9C54A9: hue angle of 290.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C54A9 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15684169-
CMYK0.080.5000.34
HSL290.82º33.6%49.61%-
HSV(B)290.82º50.3%66.27%-
XYZ24.0416.2739.41-
YUV115.22158.35157.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=38.14%
G=20.54%
B=41.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156841690.080.5000.34290.8233.649.61
Hex9C54A98320221232232
Octal23412425110620424434262
Binary1001110010101001010100110001100100100010100100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,169); }

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

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

 a { background-color: rgb(156,84,169); }

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

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

 span { border-color: rgb(156,84,169); }

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