Html Css Color HEX #9C637C Strikemaster

📋 copy color: '#9C637C'

red 156 ◦ green 99 ◦ blue 124

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

Shades of Strikemaster #9C637C

Tints of Strikemaster #9C637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 41.16%
G = 26.12%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C637C (or 0x9C637C) is known color: Strikemaster. HEX triplet: 9C, 63 and 7C. RGB value is (156,99,124). Sum of RGB (Red+Green+Blue) = 156+99+124=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C637C is #639C83. Grayscale: #767676. Windows color (decimal): -6528132 or 8151964. OLE color: 8151964.

HSL color Cylindrical-coordinate representation of color #9C637C: hue angle of 333.68º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C637C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 124 -
CMYK 0 0.37 0.21 0.39
HSL 333.68º 0.22% 0.5% -
HSV(B) 333.68º 0.37% 0.61% -
XYZ 21.81 17.45 21.29 -
YUV 118.89 130.88 154.47 -
System Red Green Blue C M Y K H S L
Decimal 156 99 124 0 0.37 0.21 0.39 333.68 0.22 0.5
Hex 9C 63 7C 0 25 15 27 14E 16 32
Octal 234 143 174 0 45 25 47 516 26 62
Binary 10011100 1100011 1111100 0 100101 10101 100111 101001110 10110 110010

Color Harmonies of #9C637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C637C

Black with #9C637C

Text Example


Text Example

White with #9C637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,124); }

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

background-color css

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

 a { background-color: rgb(156,99,124); }

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

border-color css

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

 span { border-color: rgb(156,99,124); }

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