Html Css Color HEX #9C587B Strikemaster

📋 copy color: '#9C587B'

red 156 ◦ green 88 ◦ blue 123

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

Shades of Strikemaster #9C587B

Tints of Strikemaster #9C587B

RGB

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

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

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

R = 42.51%
G = 23.98%
B = 33.51%

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

#9C587B (or 0x9C587B) is known color: Strikemaster. HEX triplet: 9C, 58 and 7B. RGB value is (156,88,123). Sum of RGB (Red+Green+Blue) = 156+88+123=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C587B is #63A784. Grayscale: #707070. Windows color (decimal): -6530949 or 8083612. OLE color: 8083612.

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

Color convert

RGB 156 88 123 -
CMYK 0 0.44 0.21 0.39
HSL 329.12º 0.28% 0.48% -
HSV(B) 329.12º 0.44% 0.61% -
XYZ 20.78 15.48 20.63 -
YUV 112.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 156 88 123 0 0.44 0.21 0.39 329.12 0.28 0.48
Hex 9C 58 7B 0 2C 15 27 149 1C 30
Octal 234 130 173 0 54 25 47 511 34 60
Binary 10011100 1011000 1111011 0 101100 10101 100111 101001001 11100 110000

Color Harmonies of #9C587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C587B

Black with #9C587B

Text Example


Text Example

White with #9C587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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