Html Css Color HEX #9C5089 Strikemaster

📋 copy color: '#9C5089'

red 156 ◦ green 80 ◦ blue 137

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

Shades of Strikemaster #9C5089

Tints of Strikemaster #9C5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 41.82%
G = 21.45%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C5089 (or 0x9C5089) is known color: Strikemaster. HEX triplet: 9C, 50 and 89. RGB value is (156,80,137). Sum of RGB (Red+Green+Blue) = 156+80+137=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5089 is #63AF76. Grayscale: #6D6D6D. Windows color (decimal): -6532983 or 8999068. OLE color: 8999068.

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

Color convert

RGB 156 80 137 -
CMYK 0 0.49 0.12 0.39
HSL 315º 0.32% 0.46% -
HSV(B) 315º 0.49% 0.61% -
XYZ 21.09 14.61 25.38 -
YUV 109.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 156 80 137 0 0.49 0.12 0.39 315 0.32 0.46
Hex 9C 50 89 0 31 C 27 13B 20 2E
Octal 234 120 211 0 61 14 47 473 40 56
Binary 10011100 1010000 10001001 0 110001 1100 100111 100111011 100000 101110

Color Harmonies of #9C5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5089

Black with #9C5089

Text Example


Text Example

White with #9C5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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