#9C609A

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

Shades of Violet Blue #9C609A

Tints of Violet Blue #9C609A

Color information

#9C609A (or 0x9C609A) is unknown color: approx Violet Blue. HEX triplet: 9C, 60 and 9A. RGB value is (156,96,154). Sum of RGB (Red+Green+Blue) = 156+96+154=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C609A is #639F65. Grayscale: #787878. Windows color (decimal): -6528870 or 10117276. OLE color: 10117276.

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

Color convert

RGB15696154-
CMYK00.380.010.39
HSL302º23.81%49.41%-
HSV(B)302º38.46%61.18%-
XYZ23.7317.7732.75-
YUV120.55146.88153.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=38.42%
G=23.65%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569615400.380.010.3930223.8149.41
Hex9C609A02612712e1831
Octal2341402320461474563061
Binary100111001100000100110100100110110011110010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,154); }

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

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

 a { background-color: rgb(156,96,154); }

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

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

 span { border-color: rgb(156,96,154); }

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