Html Css Color HEX #9F557E Strikemaster

📋 copy color: '#9F557E'

red 159 ◦ green 85 ◦ blue 126

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

Shades of Strikemaster #9F557E

Tints of Strikemaster #9F557E

RGB

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

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

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

R = 42.97%
G = 22.97%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F557E (or 0x9F557E) is known color: Strikemaster. HEX triplet: 9F, 55 and 7E. RGB value is (159,85,126). Sum of RGB (Red+Green+Blue) = 159+85+126=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F557E is #60AA81. Grayscale: #6F6F6F. Windows color (decimal): -6335106 or 8279455. OLE color: 8279455.

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

Color convert

RGB 159 85 126 -
CMYK 0 0.47 0.21 0.38
HSL 326.76º 0.3% 0.48% -
HSV(B) 326.76º 0.47% 0.62% -
XYZ 21.31 15.37 21.58 -
YUV 111.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 159 85 126 0 0.47 0.21 0.38 326.76 0.3 0.48
Hex 9F 55 7E 0 2F 15 26 147 1E 30
Octal 237 125 176 0 57 25 46 507 36 60
Binary 10011111 1010101 1111110 0 101111 10101 100110 101000111 11110 110000

Color Harmonies of #9F557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F557E

Black with #9F557E

Text Example


Text Example

White with #9F557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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