Html Css Color HEX #9C587C Strikemaster

📋 copy color: '#9C587C'

red 156 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #9C587C

Tints of Strikemaster #9C587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 42.39%
G = 23.91%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C587C (or 0x9C587C) is known color: Strikemaster. HEX triplet: 9C, 58 and 7C. RGB value is (156,88,124). Sum of RGB (Red+Green+Blue) = 156+88+124=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C587C is #63A783. Grayscale: #707070. Windows color (decimal): -6530948 or 8149148. OLE color: 8149148.

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

Color convert

RGB 156 88 124 -
CMYK 0 0.44 0.21 0.39
HSL 328.24º 0.28% 0.48% -
HSV(B) 328.24º 0.44% 0.61% -
XYZ 20.84 15.5 20.96 -
YUV 112.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 156 88 124 0 0.44 0.21 0.39 328.24 0.28 0.48
Hex 9C 58 7C 0 2C 15 27 148 1C 30
Octal 234 130 174 0 54 25 47 510 34 60
Binary 10011100 1011000 1111100 0 101100 10101 100111 101001000 11100 110000

Color Harmonies of #9C587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C587C

Black with #9C587C

Text Example


Text Example

White with #9C587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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