Html Css Color HEX #9C557B Strikemaster

📋 copy color: '#9C557B'

red 156 ◦ green 85 ◦ blue 123

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

Shades of Strikemaster #9C557B

Tints of Strikemaster #9C557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.79%

R = 42.86%
G = 23.35%
B = 33.79%

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

#9C557B (or 0x9C557B) is known color: Strikemaster. HEX triplet: 9C, 55 and 7B. RGB value is (156,85,123). Sum of RGB (Red+Green+Blue) = 156+85+123=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C557B is #63AA84. Grayscale: #6E6E6E. Windows color (decimal): -6531717 or 8082844. OLE color: 8082844.

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

Color convert

RGB 156 85 123 -
CMYK 0 0.46 0.21 0.39
HSL 327.89º 0.29% 0.47% -
HSV(B) 327.89º 0.46% 0.61% -
XYZ 20.53 14.99 20.55 -
YUV 110.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 156 85 123 0 0.46 0.21 0.39 327.89 0.29 0.47
Hex 9C 55 7B 0 2E 15 27 148 1D 2F
Octal 234 125 173 0 56 25 47 510 35 57
Binary 10011100 1010101 1111011 0 101110 10101 100111 101001000 11101 101111

Color Harmonies of #9C557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C557B

Black with #9C557B

Text Example


Text Example

White with #9C557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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