Html Css Color HEX #9C627D Strikemaster

📋 copy color: '#9C627D'

red 156 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #9C627D

Tints of Strikemaster #9C627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 41.16%
G = 25.86%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C627D (or 0x9C627D) is known color: Strikemaster. HEX triplet: 9C, 62 and 7D. RGB value is (156,98,125). Sum of RGB (Red+Green+Blue) = 156+98+125=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C627D is #639D82. Grayscale: #767676. Windows color (decimal): -6528387 or 8217244. OLE color: 8217244.

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

Color convert

RGB 156 98 125 -
CMYK 0 0.37 0.20 0.39
HSL 332.07º 0.23% 0.5% -
HSV(B) 332.07º 0.37% 0.61% -
XYZ 21.78 17.28 21.59 -
YUV 118.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 156 98 125 0 0.37 0.20 0.39 332.07 0.23 0.5
Hex 9C 62 7D 0 25 14 27 14C 17 32
Octal 234 142 175 0 45 24 47 514 27 62
Binary 10011100 1100010 1111101 0 100101 10100 100111 101001100 10111 110010

Color Harmonies of #9C627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C627D

Black with #9C627D

Text Example


Text Example

White with #9C627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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