Html Css Color HEX #9C557D Strikemaster

📋 copy color: '#9C557D'

red 156 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #9C557D

Tints of Strikemaster #9C557D

RGB

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

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

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

R = 42.62%
G = 23.22%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C557D (or 0x9C557D) is known color: Strikemaster. HEX triplet: 9C, 55 and 7D. RGB value is (156,85,125). Sum of RGB (Red+Green+Blue) = 156+85+125=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557D is #63AA82. Grayscale: #6E6E6E. Windows color (decimal): -6531715 or 8213916. OLE color: 8213916.

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

Color convert

RGB 156 85 125 -
CMYK 0 0.46 0.20 0.39
HSL 326.2º 0.29% 0.47% -
HSV(B) 326.2º 0.46% 0.61% -
XYZ 20.66 15.05 21.22 -
YUV 110.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 156 85 125 0 0.46 0.20 0.39 326.2 0.29 0.47
Hex 9C 55 7D 0 2E 14 27 146 1D 2F
Octal 234 125 175 0 56 24 47 506 35 57
Binary 10011100 1010101 1111101 0 101110 10100 100111 101000110 11101 101111

Color Harmonies of #9C557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C557D

Black with #9C557D

Text Example


Text Example

White with #9C557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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