Html Css Color HEX #9A4E74 Cannon Pink

📋 copy color: '#9A4E74'

red 154 ◦ green 78 ◦ blue 116

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

Shades of Cannon Pink #9A4E74

Tints of Cannon Pink #9A4E74

RGB

 RED value IS 154 (60.55% from 255) = 44.25%

 GREEN value IS 78 (30.86% from 255) = 22.41%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 44.25%
G = 22.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A4E74 (or 0x9A4E74) is known color: Cannon Pink. HEX triplet: 9A, 4E and 74. RGB value is (154,78,116). Sum of RGB (Red+Green+Blue) = 154+78+116=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E74 is #65B18B. Grayscale: #686868. Windows color (decimal): -6664588 or 7622298. OLE color: 7622298.

HSL color Cylindrical-coordinate representation of color #9A4E74: hue angle of 330º 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 #9A4E74 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 78 116 -
CMYK 0 0.49 0.25 0.40
HSL 330º 0.33% 0.45% -
HSV(B) 330º 0.49% 0.6% -
XYZ 19.2 13.58 18.13 -
YUV 105.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 154 78 116 0 0.49 0.25 0.40 330 0.33 0.45
Hex 9A 4E 74 0 31 19 28 14A 21 2D
Octal 232 116 164 0 61 31 50 512 41 55
Binary 10011010 1001110 1110100 0 110001 11001 101000 101001010 100001 101101

Color Harmonies of #9A4E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4E74

Black with #9A4E74

Text Example


Text Example

White with #9A4E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A4E74;
 }
 .AnyTagClassName
 {
   color: #9A4E74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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