Html Css Color HEX #9C557C Strikemaster

📋 copy color: '#9C557C'

red 156 ◦ green 85 ◦ blue 124

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

Shades of Strikemaster #9C557C

Tints of Strikemaster #9C557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 42.74%
G = 23.29%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C557C (or 0x9C557C) is known color: Strikemaster. HEX triplet: 9C, 55 and 7C. RGB value is (156,85,124). Sum of RGB (Red+Green+Blue) = 156+85+124=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557C is #63AA83. Grayscale: #6E6E6E. Windows color (decimal): -6531716 or 8148380. OLE color: 8148380.

HSL color Cylindrical-coordinate representation of color #9C557C: hue angle of 327.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C557C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 85 124 -
CMYK 0 0.46 0.21 0.39
HSL 327.04º 0.29% 0.47% -
HSV(B) 327.04º 0.46% 0.61% -
XYZ 20.6 15.02 20.88 -
YUV 110.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 156 85 124 0 0.46 0.21 0.39 327.04 0.29 0.47
Hex 9C 55 7C 0 2E 15 27 147 1D 2F
Octal 234 125 174 0 56 25 47 507 35 57
Binary 10011100 1010101 1111100 0 101110 10101 100111 101000111 11101 101111

Color Harmonies of #9C557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C557C

Black with #9C557C

Text Example


Text Example

White with #9C557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,124); }

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

background-color css

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

 a { background-color: rgb(156,85,124); }

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

border-color css

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

 span { border-color: rgb(156,85,124); }

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