Html Css Color HEX #9C537C Strikemaster

📋 copy color: '#9C537C'

red 156 ◦ green 83 ◦ blue 124

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

Shades of Strikemaster #9C537C

Tints of Strikemaster #9C537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 42.98%
G = 22.87%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C537C (or 0x9C537C) is known color: Strikemaster. HEX triplet: 9C, 53 and 7C. RGB value is (156,83,124). Sum of RGB (Red+Green+Blue) = 156+83+124=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C537C is #63AC83. Grayscale: #6D6D6D. Windows color (decimal): -6532228 or 8147868. OLE color: 8147868.

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

Color convert

RGB 156 83 124 -
CMYK 0 0.47 0.21 0.39
HSL 326.3º 0.31% 0.47% -
HSV(B) 326.3º 0.47% 0.61% -
XYZ 20.44 14.71 20.83 -
YUV 109.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 156 83 124 0 0.47 0.21 0.39 326.3 0.31 0.47
Hex 9C 53 7C 0 2F 15 27 146 1F 2F
Octal 234 123 174 0 57 25 47 506 37 57
Binary 10011100 1010011 1111100 0 101111 10101 100111 101000110 11111 101111

Color Harmonies of #9C537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C537C

Black with #9C537C

Text Example


Text Example

White with #9C537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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