Html Css Color HEX #9C627C Strikemaster

📋 copy color: '#9C627C'

red 156 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #9C627C

Tints of Strikemaster #9C627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

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

R = 41.27%
G = 25.93%
B = 32.8%

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

#9C627C (or 0x9C627C) is known color: Strikemaster. HEX triplet: 9C, 62 and 7C. RGB value is (156,98,124). Sum of RGB (Red+Green+Blue) = 156+98+124=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C627C is #639D83. Grayscale: #767676. Windows color (decimal): -6528388 or 8151708. OLE color: 8151708.

HSL color Cylindrical-coordinate representation of color #9C627C: hue angle of 333.1º degrees, saturation: 0.23, 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 #9C627C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 124 -
CMYK 0 0.37 0.21 0.39
HSL 333.1º 0.23% 0.5% -
HSV(B) 333.1º 0.37% 0.61% -
XYZ 21.72 17.26 21.26 -
YUV 118.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 156 98 124 0 0.37 0.21 0.39 333.1 0.23 0.5
Hex 9C 62 7C 0 25 15 27 14D 17 32
Octal 234 142 174 0 45 25 47 515 27 62
Binary 10011100 1100010 1111100 0 100101 10101 100111 101001101 10111 110010

Color Harmonies of #9C627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C627C

Black with #9C627C

Text Example


Text Example

White with #9C627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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