Html Css Color HEX #9F5189 Strikemaster

📋 copy color: '#9F5189'

red 159 ◦ green 81 ◦ blue 137

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

Shades of Strikemaster #9F5189

Tints of Strikemaster #9F5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

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

R = 42.18%
G = 21.49%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F5189 (or 0x9F5189) is known color: Strikemaster. HEX triplet: 9F, 51 and 89. RGB value is (159,81,137). Sum of RGB (Red+Green+Blue) = 159+81+137=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5189 is #60AE76. Grayscale: #6E6E6E. Windows color (decimal): -6336119 or 8999327. OLE color: 8999327.

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

Color convert

RGB 159 81 137 -
CMYK 0 0.49 0.14 0.38
HSL 316.92º 0.33% 0.47% -
HSV(B) 316.92º 0.49% 0.62% -
XYZ 21.76 15.06 25.43 -
YUV 110.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 159 81 137 0 0.49 0.14 0.38 316.92 0.33 0.47
Hex 9F 51 89 0 31 E 26 13D 20 2F
Octal 237 121 211 0 61 16 46 475 40 57
Binary 10011111 1010001 10001001 0 110001 1110 100110 100111101 100000 101111

Color Harmonies of #9F5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5189

Black with #9F5189

Text Example


Text Example

White with #9F5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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