Html Css Color HEX #9F607D Strikemaster

📋 copy color: '#9F607D'

red 159 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #9F607D

Tints of Strikemaster #9F607D

RGB

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

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

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

R = 41.84%
G = 25.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F607D (or 0x9F607D) is known color: Strikemaster. HEX triplet: 9F, 60 and 7D. RGB value is (159,96,125). Sum of RGB (Red+Green+Blue) = 159+96+125=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F607D is #609F82. Grayscale: #767676. Windows color (decimal): -6332291 or 8216735. OLE color: 8216735.

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

Color convert

RGB 159 96 125 -
CMYK 0 0.40 0.21 0.38
HSL 332.38º 0.25% 0.5% -
HSV(B) 332.38º 0.4% 0.62% -
XYZ 22.18 17.22 21.56 -
YUV 118.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 159 96 125 0 0.40 0.21 0.38 332.38 0.25 0.5
Hex 9F 60 7D 0 28 15 26 14C 19 32
Octal 237 140 175 0 50 25 46 514 31 62
Binary 10011111 1100000 1111101 0 101000 10101 100110 101001100 11001 110010

Color Harmonies of #9F607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F607D

Black with #9F607D

Text Example


Text Example

White with #9F607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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