Html Css Color HEX #9C5488 Strikemaster

📋 copy color: '#9C5488'

red 156 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #9C5488

Tints of Strikemaster #9C5488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

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

R = 41.49%
G = 22.34%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C5488 (or 0x9C5488) is known color: Strikemaster. HEX triplet: 9C, 54 and 88. RGB value is (156,84,136). Sum of RGB (Red+Green+Blue) = 156+84+136=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5488 is #63AB77. Grayscale: #6F6F6F. Windows color (decimal): -6531960 or 8934556. OLE color: 8934556.

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

Color convert

RGB 156 84 136 -
CMYK 0 0.46 0.13 0.39
HSL 316.67º 0.3% 0.47% -
HSV(B) 316.67º 0.46% 0.61% -
XYZ 21.32 15.19 25.1 -
YUV 111.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 156 84 136 0 0.46 0.13 0.39 316.67 0.3 0.47
Hex 9C 54 88 0 2E D 27 13D 1E 2F
Octal 234 124 210 0 56 15 47 475 36 57
Binary 10011100 1010100 10001000 0 101110 1101 100111 100111101 11110 101111

Color Harmonies of #9C5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5488

Black with #9C5488

Text Example


Text Example

White with #9C5488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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