Html Css Color HEX #9F607C Strikemaster

📋 copy color: '#9F607C'

red 159 ◦ green 96 ◦ blue 124

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

Shades of Strikemaster #9F607C

Tints of Strikemaster #9F607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 41.95%
G = 25.33%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F607C (or 0x9F607C) is known color: Strikemaster. HEX triplet: 9F, 60 and 7C. RGB value is (159,96,124). Sum of RGB (Red+Green+Blue) = 159+96+124=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F607C is #609F83. Grayscale: #757575. Windows color (decimal): -6332292 or 8151199. OLE color: 8151199.

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

Color convert

RGB 159 96 124 -
CMYK 0 0.40 0.22 0.38
HSL 333.33º 0.25% 0.5% -
HSV(B) 333.33º 0.4% 0.62% -
XYZ 22.12 17.19 21.22 -
YUV 118.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 159 96 124 0 0.40 0.22 0.38 333.33 0.25 0.5
Hex 9F 60 7C 0 28 16 26 14D 19 32
Octal 237 140 174 0 50 26 46 515 31 62
Binary 10011111 1100000 1111100 0 101000 10110 100110 101001101 11001 110010

Color Harmonies of #9F607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F607C

Black with #9F607C

Text Example


Text Example

White with #9F607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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