Html Css Color HEX #9C577A Strikemaster

📋 copy color: '#9C577A'

red 156 ◦ green 87 ◦ blue 122

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

Shades of Strikemaster #9C577A

Tints of Strikemaster #9C577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 42.74%
G = 23.84%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C577A (or 0x9C577A) is known color: Strikemaster. HEX triplet: 9C, 57 and 7A. RGB value is (156,87,122). Sum of RGB (Red+Green+Blue) = 156+87+122=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C577A is #63A885. Grayscale: #6F6F6F. Windows color (decimal): -6531206 or 8017820. OLE color: 8017820.

HSL color Cylindrical-coordinate representation of color #9C577A: hue angle of 329.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C577A is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 87 122 -
CMYK 0 0.44 0.22 0.39
HSL 329.57º 0.28% 0.48% -
HSV(B) 329.57º 0.44% 0.61% -
XYZ 20.63 15.29 20.28 -
YUV 111.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 156 87 122 0 0.44 0.22 0.39 329.57 0.28 0.48
Hex 9C 57 7A 0 2C 16 27 14A 1C 30
Octal 234 127 172 0 54 26 47 512 34 60
Binary 10011100 1010111 1111010 0 101100 10110 100111 101001010 11100 110000

Color Harmonies of #9C577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C577A

Black with #9C577A

Text Example


Text Example

White with #9C577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,122); }

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

background-color css

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

 a { background-color: rgb(156,87,122); }

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

border-color css

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

 span { border-color: rgb(156,87,122); }

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