Html Css Color HEX #9C5288 Strikemaster

📋 copy color: '#9C5288'

red 156 ◦ green 82 ◦ blue 136

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

Shades of Strikemaster #9C5288

Tints of Strikemaster #9C5288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.36%

R = 41.71%
G = 21.93%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C5288 (or 0x9C5288) is known color: Strikemaster. HEX triplet: 9C, 52 and 88. RGB value is (156,82,136). Sum of RGB (Red+Green+Blue) = 156+82+136=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5288 is #63AD77. Grayscale: #6E6E6E. Windows color (decimal): -6532472 or 8934044. OLE color: 8934044.

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

Color convert

RGB 156 82 136 -
CMYK 0 0.47 0.13 0.39
HSL 316.22º 0.31% 0.47% -
HSV(B) 316.22º 0.47% 0.61% -
XYZ 21.17 14.88 25.05 -
YUV 110.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 156 82 136 0 0.47 0.13 0.39 316.22 0.31 0.47
Hex 9C 52 88 0 2F D 27 13C 1F 2F
Octal 234 122 210 0 57 15 47 474 37 57
Binary 10011100 1010010 10001000 0 101111 1101 100111 100111100 11111 101111

Color Harmonies of #9C5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5288

Black with #9C5288

Text Example


Text Example

White with #9C5288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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