Html Css Color HEX #9C5289 Strikemaster

📋 copy color: '#9C5289'

red 156 ◦ green 82 ◦ blue 137

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

Shades of Strikemaster #9C5289

Tints of Strikemaster #9C5289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

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

R = 41.6%
G = 21.87%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C5289 (or 0x9C5289) is known color: Strikemaster. HEX triplet: 9C, 52 and 89. RGB value is (156,82,137). Sum of RGB (Red+Green+Blue) = 156+82+137=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5289 is #63AD76. Grayscale: #6E6E6E. Windows color (decimal): -6532471 or 8999580. OLE color: 8999580.

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

Color convert

RGB 156 82 137 -
CMYK 0 0.47 0.12 0.39
HSL 315.41º 0.31% 0.47% -
HSV(B) 315.41º 0.47% 0.61% -
XYZ 21.24 14.91 25.42 -
YUV 110.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 156 82 137 0 0.47 0.12 0.39 315.41 0.31 0.47
Hex 9C 52 89 0 2F C 27 13B 1F 2F
Octal 234 122 211 0 57 14 47 473 37 57
Binary 10011100 1010010 10001001 0 101111 1100 100111 100111011 11111 101111

Color Harmonies of #9C5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5289

Black with #9C5289

Text Example


Text Example

White with #9C5289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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