Html Css Color HEX #9F607E Strikemaster

📋 copy color: '#9F607E'

red 159 ◦ green 96 ◦ blue 126

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

Shades of Strikemaster #9F607E

Tints of Strikemaster #9F607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 41.73%
G = 25.2%
B = 33.07%

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

#9F607E (or 0x9F607E) is known color: Strikemaster. HEX triplet: 9F, 60 and 7E. RGB value is (159,96,126). Sum of RGB (Red+Green+Blue) = 159+96+126=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F607E is #609F81. Grayscale: #767676. Windows color (decimal): -6332290 or 8282271. OLE color: 8282271.

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

Color convert

RGB 159 96 126 -
CMYK 0 0.40 0.21 0.38
HSL 331.43º 0.25% 0.5% -
HSV(B) 331.43º 0.4% 0.62% -
XYZ 22.25 17.24 21.89 -
YUV 118.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 159 96 126 0 0.40 0.21 0.38 331.43 0.25 0.5
Hex 9F 60 7E 0 28 15 26 14B 19 32
Octal 237 140 176 0 50 25 46 513 31 62
Binary 10011111 1100000 1111110 0 101000 10101 100110 101001011 11001 110010

Color Harmonies of #9F607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F607E

Black with #9F607E

Text Example


Text Example

White with #9F607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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