Html Css Color HEX #9C537D Strikemaster

📋 copy color: '#9C537D'

red 156 ◦ green 83 ◦ blue 125

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

Shades of Strikemaster #9C537D

Tints of Strikemaster #9C537D

RGB

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

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

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

R = 42.86%
G = 22.8%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C537D (or 0x9C537D) is known color: Strikemaster. HEX triplet: 9C, 53 and 7D. RGB value is (156,83,125). Sum of RGB (Red+Green+Blue) = 156+83+125=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C537D is #63AC82. Grayscale: #6D6D6D. Windows color (decimal): -6532227 or 8213404. OLE color: 8213404.

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

Color convert

RGB 156 83 125 -
CMYK 0 0.47 0.20 0.39
HSL 325.48º 0.31% 0.47% -
HSV(B) 325.48º 0.47% 0.61% -
XYZ 20.51 14.74 21.17 -
YUV 109.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 156 83 125 0 0.47 0.20 0.39 325.48 0.31 0.47
Hex 9C 53 7D 0 2F 14 27 145 1F 2F
Octal 234 123 175 0 57 24 47 505 37 57
Binary 10011100 1010011 1111101 0 101111 10100 100111 101000101 11111 101111

Color Harmonies of #9C537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C537D

Black with #9C537D

Text Example


Text Example

White with #9C537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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