Html Css Color HEX #9F4F87 Strikemaster

📋 copy color: '#9F4F87'

red 159 ◦ green 79 ◦ blue 135

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

Shades of Strikemaster #9F4F87

Tints of Strikemaster #9F4F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 42.63%
G = 21.18%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F4F87 (or 0x9F4F87) is known color: Strikemaster. HEX triplet: 9F, 4F and 87. RGB value is (159,79,135). Sum of RGB (Red+Green+Blue) = 159+79+135=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F87 is #60B078. Grayscale: #6D6D6D. Windows color (decimal): -6336633 or 8867743. OLE color: 8867743.

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

Color convert

RGB 159 79 135 -
CMYK 0 0.50 0.15 0.38
HSL 318º 0.34% 0.47% -
HSV(B) 318º 0.5% 0.62% -
XYZ 21.47 14.71 24.63 -
YUV 109.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 159 79 135 0 0.50 0.15 0.38 318 0.34 0.47
Hex 9F 4F 87 0 32 F 26 13E 22 2F
Octal 237 117 207 0 62 17 46 476 42 57
Binary 10011111 1001111 10000111 0 110010 1111 100110 100111110 100010 101111

Color Harmonies of #9F4F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F87

Black with #9F4F87

Text Example


Text Example

White with #9F4F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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