Html Css Color HEX #9C598C Strikemaster

📋 copy color: '#9C598C'

red 156 ◦ green 89 ◦ blue 140

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

Shades of Strikemaster #9C598C

Tints of Strikemaster #9C598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.12%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 40.52%
G = 23.12%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C598C (or 0x9C598C) is known color: Strikemaster. HEX triplet: 9C, 59 and 8C. RGB value is (156,89,140). Sum of RGB (Red+Green+Blue) = 156+89+140=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C598C is #63A673. Grayscale: #727272. Windows color (decimal): -6530676 or 9197980. OLE color: 9197980.

HSL color Cylindrical-coordinate representation of color #9C598C: hue angle of 314.33º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C598C is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 89 140 -
CMYK 0 0.43 0.10 0.39
HSL 314.33º 0.27% 0.48% -
HSV(B) 314.33º 0.43% 0.61% -
XYZ 22.02 16.11 26.76 -
YUV 114.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 156 89 140 0 0.43 0.10 0.39 314.33 0.27 0.48
Hex 9C 59 8C 0 2B A 27 13A 1B 30
Octal 234 131 214 0 53 12 47 472 33 60
Binary 10011100 1011001 10001100 0 101011 1010 100111 100111010 11011 110000

Color Harmonies of #9C598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C598C

Black with #9C598C

Text Example


Text Example

White with #9C598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,89,140); }

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

background-color css

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

 a { background-color: rgb(156,89,140); }

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

border-color css

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

 span { border-color: rgb(156,89,140); }

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