Html Css Color HEX #9C4780 Strikemaster

📋 copy color: '#9C4780'

red 156 ◦ green 71 ◦ blue 128

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

Shades of Strikemaster #9C4780

Tints of Strikemaster #9C4780

RGB

 RED value IS 156 (61.33% from 255) = 43.94%

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 43.94%
G = 20%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C4780 (or 0x9C4780) is known color: Strikemaster. HEX triplet: 9C, 47 and 80. RGB value is (156,71,128). Sum of RGB (Red+Green+Blue) = 156+71+128=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4780 is #63B87F. Grayscale: #666666. Windows color (decimal): -6535296 or 8406940. OLE color: 8406940.

HSL color Cylindrical-coordinate representation of color #9C4780: hue angle of 319.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4780 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 71 128 -
CMYK 0 0.54 0.18 0.39
HSL 319.76º 0.37% 0.45% -
HSV(B) 319.76º 0.54% 0.61% -
XYZ 19.86 13.13 21.91 -
YUV 102.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 156 71 128 0 0.54 0.18 0.39 319.76 0.37 0.45
Hex 9C 47 80 0 36 12 27 140 25 2D
Octal 234 107 200 0 66 22 47 500 45 55
Binary 10011100 1000111 10000000 0 110110 10010 100111 101000000 100101 101101

Color Harmonies of #9C4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4780

Black with #9C4780

Text Example


Text Example

White with #9C4780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,128); }

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

background-color css

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

 a { background-color: rgb(156,71,128); }

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

border-color css

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

 span { border-color: rgb(156,71,128); }

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