#9A4E76

Color #9A4E76 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #9A4E76

Tints of Cannon Pink #9A4E76

Color information

#9A4E76 (or 0x9A4E76) is unknown color: approx Cannon Pink. HEX triplet: 9A, 4E and 76. RGB value is (154,78,118). Sum of RGB (Red+Green+Blue) = 154+78+118=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E76 is #65B189. Grayscale: #696969. Windows color (decimal): -6664586 or 7753370. OLE color: 7753370.

HSL color Cylindrical-coordinate representation of color #9A4E76: hue angle of 328.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E76 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB15478118-
CMYK00.490.230.40
HSL328.42º32.76%45.49%-
HSV(B)328.42º49.35%60.39%-
XYZ19.3213.6318.75-
YUV105.28135.18162.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=44%
G=22.29%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547811800.490.230.40328.4232.7645.49
Hex9A4E760311728148212d
Octal23211616606127505104155
Binary1001101010011101110110011000110111101000101001000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,78,118); }

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

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

 a { background-color: rgb(154,78,118); }

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

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

 span { border-color: rgb(154,78,118); }

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