Html Css Color HEX #9C617C Strikemaster

📋 copy color: '#9C617C'

red 156 ◦ green 97 ◦ blue 124

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

Shades of Strikemaster #9C617C

Tints of Strikemaster #9C617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

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

R = 41.38%
G = 25.73%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C617C (or 0x9C617C) is known color: Strikemaster. HEX triplet: 9C, 61 and 7C. RGB value is (156,97,124). Sum of RGB (Red+Green+Blue) = 156+97+124=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C617C is #639E83. Grayscale: #757575. Windows color (decimal): -6528644 or 8151452. OLE color: 8151452.

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

Color convert

RGB 156 97 124 -
CMYK 0 0.38 0.21 0.39
HSL 332.54º 0.23% 0.5% -
HSV(B) 332.54º 0.38% 0.61% -
XYZ 21.62 17.07 21.22 -
YUV 117.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 156 97 124 0 0.38 0.21 0.39 332.54 0.23 0.5
Hex 9C 61 7C 0 26 15 27 14D 17 32
Octal 234 141 174 0 46 25 47 515 27 62
Binary 10011100 1100001 1111100 0 100110 10101 100111 101001101 10111 110010

Color Harmonies of #9C617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C617C

Black with #9C617C

Text Example


Text Example

White with #9C617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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