Html Css Color HEX #9F5879 Strikemaster

📋 copy color: '#9F5879'

red 159 ◦ green 88 ◦ blue 121

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

Shades of Strikemaster #9F5879

Tints of Strikemaster #9F5879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 43.21%
G = 23.91%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F5879 (or 0x9F5879) is known color: Strikemaster. HEX triplet: 9F, 58 and 79. RGB value is (159,88,121). Sum of RGB (Red+Green+Blue) = 159+88+121=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5879 is #60A786. Grayscale: #707070. Windows color (decimal): -6334343 or 7952543. OLE color: 7952543.

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

Color convert

RGB 159 88 121 -
CMYK 0 0.45 0.24 0.38
HSL 332.11º 0.29% 0.48% -
HSV(B) 332.11º 0.45% 0.62% -
XYZ 21.24 15.73 20.01 -
YUV 112.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 159 88 121 0 0.45 0.24 0.38 332.11 0.29 0.48
Hex 9F 58 79 0 2D 18 26 14C 1D 30
Octal 237 130 171 0 55 30 46 514 35 60
Binary 10011111 1011000 1111001 0 101101 11000 100110 101001100 11101 110000

Color Harmonies of #9F5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5879

Black with #9F5879

Text Example


Text Example

White with #9F5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,121); }

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

background-color css

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

 a { background-color: rgb(159,88,121); }

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

border-color css

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

 span { border-color: rgb(159,88,121); }

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