Html Css Color HEX #9C627B Strikemaster

📋 copy color: '#9C627B'

red 156 ◦ green 98 ◦ blue 123

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

Shades of Strikemaster #9C627B

Tints of Strikemaster #9C627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 41.38%
G = 25.99%
B = 32.63%

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

#9C627B (or 0x9C627B) is known color: Strikemaster. HEX triplet: 9C, 62 and 7B. RGB value is (156,98,123). Sum of RGB (Red+Green+Blue) = 156+98+123=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C627B is #639D84. Grayscale: #767676. Windows color (decimal): -6528389 or 8086172. OLE color: 8086172.

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

Color convert

RGB 156 98 123 -
CMYK 0 0.37 0.21 0.39
HSL 334.14º 0.23% 0.5% -
HSV(B) 334.14º 0.37% 0.61% -
XYZ 21.65 17.23 20.92 -
YUV 118.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 156 98 123 0 0.37 0.21 0.39 334.14 0.23 0.5
Hex 9C 62 7B 0 25 15 27 14E 17 32
Octal 234 142 173 0 45 25 47 516 27 62
Binary 10011100 1100010 1111011 0 100101 10101 100111 101001110 10111 110010

Color Harmonies of #9C627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C627B

Black with #9C627B

Text Example


Text Example

White with #9C627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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