Html Css Color HEX #9C5D89 Strikemaster

📋 copy color: '#9C5D89'

red 156 ◦ green 93 ◦ blue 137

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

Shades of Strikemaster #9C5D89

Tints of Strikemaster #9C5D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 40.41%
G = 24.09%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C5D89 (or 0x9C5D89) is known color: Strikemaster. HEX triplet: 9C, 5D and 89. RGB value is (156,93,137). Sum of RGB (Red+Green+Blue) = 156+93+137=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5D89 is #63A276. Grayscale: #747474. Windows color (decimal): -6529655 or 9002396. OLE color: 9002396.

HSL color Cylindrical-coordinate representation of color #9C5D89: hue angle of 318.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5D89 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 137 -
CMYK 0 0.40 0.12 0.39
HSL 318.1º 0.25% 0.49% -
HSV(B) 318.1º 0.4% 0.61% -
XYZ 22.14 16.7 25.72 -
YUV 116.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 156 93 137 0 0.40 0.12 0.39 318.1 0.25 0.49
Hex 9C 5D 89 0 28 C 27 13E 19 31
Octal 234 135 211 0 50 14 47 476 31 61
Binary 10011100 1011101 10001001 0 101000 1100 100111 100111110 11001 110001

Color Harmonies of #9C5D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D89

Black with #9C5D89

Text Example


Text Example

White with #9C5D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,137); }

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

background-color css

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

 a { background-color: rgb(156,93,137); }

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

border-color css

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

 span { border-color: rgb(156,93,137); }

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