#9C619A

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

Shades of Violet Blue #9C619A

Tints of Violet Blue #9C619A

Color information

#9C619A (or 0x9C619A) is unknown color: approx Violet Blue. HEX triplet: 9C, 61 and 9A. RGB value is (156,97,154). Sum of RGB (Red+Green+Blue) = 156+97+154=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C619A is #639E65. Grayscale: #787878. Windows color (decimal): -6528614 or 10117532. OLE color: 10117532.

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

Color convert

RGB15697154-
CMYK00.380.010.39
HSL302.03º23.32%49.61%-
HSV(B)302.03º37.82%61.18%-
XYZ23.8217.9532.78-
YUV121.14146.55152.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=38.33%
G=23.83%
B=37.84%

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
Decimal1569715400.380.010.39302.0323.3249.61
Hex9C619A02612712e1732
Octal2341412320461474562762
Binary100111001100001100110100100110110011110010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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