Html Css Color HEX #9A4E76 Cannon Pink

📋 copy color: '#9A4E76'

red 154 ◦ green 78 ◦ blue 118

#9A4E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #9A4E76

Tints of Cannon Pink #9A4E76

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 value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A4E76 (or 0x9A4E76) is known color: 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

RGB 154 78 118 -
CMYK 0 0.49 0.23 0.40
HSL 328.42º 0.33% 0.45% -
HSV(B) 328.42º 0.49% 0.6% -
XYZ 19.32 13.63 18.75 -
YUV 105.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 154 78 118 0 0.49 0.23 0.40 328.42 0.33 0.45
Hex 9A 4E 76 0 31 17 28 148 21 2D
Octal 232 116 166 0 61 27 50 510 41 55
Binary 10011010 1001110 1110110 0 110001 10111 101000 101001000 100001 101101

Color Harmonies of #9A4E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4E76

Black with #9A4E76

Text Example


Text Example

White with #9A4E76

Text Example


Text Example

HTML Codes & Css Web 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>