Html Css Color HEX #9F557F Strikemaster

📋 copy color: '#9F557F'

red 159 ◦ green 85 ◦ blue 127

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

Shades of Strikemaster #9F557F

Tints of Strikemaster #9F557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 42.86%
G = 22.91%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F557F (or 0x9F557F) is known color: Strikemaster. HEX triplet: 9F, 55 and 7F. RGB value is (159,85,127). Sum of RGB (Red+Green+Blue) = 159+85+127=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F557F is #60AA80. Grayscale: #6F6F6F. Windows color (decimal): -6335105 or 8344991. OLE color: 8344991.

HSL color Cylindrical-coordinate representation of color #9F557F: hue angle of 325.95º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F557F is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 85 127 -
CMYK 0 0.47 0.20 0.38
HSL 325.95º 0.3% 0.48% -
HSV(B) 325.95º 0.47% 0.62% -
XYZ 21.38 15.4 21.92 -
YUV 111.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 159 85 127 0 0.47 0.20 0.38 325.95 0.3 0.48
Hex 9F 55 7F 0 2F 14 26 146 1E 30
Octal 237 125 177 0 57 24 46 506 36 60
Binary 10011111 1010101 1111111 0 101111 10100 100110 101000110 11110 110000

Color Harmonies of #9F557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F557F

Black with #9F557F

Text Example


Text Example

White with #9F557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,85,127); }

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

background-color css

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

 a { background-color: rgb(159,85,127); }

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

border-color css

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

 span { border-color: rgb(159,85,127); }

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