Html Css Color HEX #9F4F89 Strikemaster

📋 copy color: '#9F4F89'

red 159 ◦ green 79 ◦ blue 137

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

Shades of Strikemaster #9F4F89

Tints of Strikemaster #9F4F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 42.4%
G = 21.07%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F4F89 (or 0x9F4F89) is known color: Strikemaster. HEX triplet: 9F, 4F and 89. RGB value is (159,79,137). Sum of RGB (Red+Green+Blue) = 159+79+137=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F89 is #60B076. Grayscale: #6D6D6D. Windows color (decimal): -6336631 or 8998815. OLE color: 8998815.

HSL color Cylindrical-coordinate representation of color #9F4F89: hue angle of 316.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F89 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 79 137 -
CMYK 0 0.50 0.14 0.38
HSL 316.5º 0.34% 0.47% -
HSV(B) 316.5º 0.5% 0.62% -
XYZ 21.61 14.77 25.38 -
YUV 109.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 159 79 137 0 0.50 0.14 0.38 316.5 0.34 0.47
Hex 9F 4F 89 0 32 E 26 13C 22 2F
Octal 237 117 211 0 62 16 46 474 42 57
Binary 10011111 1001111 10001001 0 110010 1110 100110 100111100 100010 101111

Color Harmonies of #9F4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F89

Black with #9F4F89

Text Example


Text Example

White with #9F4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,137); }

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

background-color css

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

 a { background-color: rgb(159,79,137); }

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

border-color css

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

 span { border-color: rgb(159,79,137); }

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