Html Css Color HEX #9C577D Strikemaster

📋 copy color: '#9C577D'

red 156 ◦ green 87 ◦ blue 125

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

Shades of Strikemaster #9C577D

Tints of Strikemaster #9C577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 42.39%
G = 23.64%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C577D (or 0x9C577D) is known color: Strikemaster. HEX triplet: 9C, 57 and 7D. RGB value is (156,87,125). Sum of RGB (Red+Green+Blue) = 156+87+125=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C577D is #63A882. Grayscale: #6F6F6F. Windows color (decimal): -6531203 or 8214428. OLE color: 8214428.

HSL color Cylindrical-coordinate representation of color #9C577D: hue angle of 326.96º 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 #9C577D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 87 125 -
CMYK 0 0.44 0.20 0.39
HSL 326.96º 0.28% 0.48% -
HSV(B) 326.96º 0.44% 0.61% -
XYZ 20.82 15.36 21.27 -
YUV 111.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 156 87 125 0 0.44 0.20 0.39 326.96 0.28 0.48
Hex 9C 57 7D 0 2C 14 27 147 1C 30
Octal 234 127 175 0 54 24 47 507 34 60
Binary 10011100 1010111 1111101 0 101100 10100 100111 101000111 11100 110000

Color Harmonies of #9C577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C577D

Black with #9C577D

Text Example


Text Example

White with #9C577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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