Html Css Color HEX #9F627C Strikemaster

📋 copy color: '#9F627C'

red 159 ◦ green 98 ◦ blue 124

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

Shades of Strikemaster #9F627C

Tints of Strikemaster #9F627C

RGB

 RED value IS 159 (62.5% from 255) = 41.73%

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

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

R = 41.73%
G = 25.72%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F627C (or 0x9F627C) is known color: Strikemaster. HEX triplet: 9F, 62 and 7C. RGB value is (159,98,124). Sum of RGB (Red+Green+Blue) = 159+98+124=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F627C is #609D83. Grayscale: #777777. Windows color (decimal): -6331780 or 8151711. OLE color: 8151711.

HSL color Cylindrical-coordinate representation of color #9F627C: hue angle of 334.43º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F627C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 98 124 -
CMYK 0 0.38 0.22 0.38
HSL 334.43º 0.24% 0.5% -
HSV(B) 334.43º 0.38% 0.62% -
XYZ 22.3 17.56 21.28 -
YUV 119.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 159 98 124 0 0.38 0.22 0.38 334.43 0.24 0.5
Hex 9F 62 7C 0 26 16 26 14E 18 32
Octal 237 142 174 0 46 26 46 516 30 62
Binary 10011111 1100010 1111100 0 100110 10110 100110 101001110 11000 110010

Color Harmonies of #9F627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F627C

Black with #9F627C

Text Example


Text Example

White with #9F627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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