Html Css Color HEX #9F598D Strikemaster

📋 copy color: '#9F598D'

red 159 ◦ green 89 ◦ blue 141

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

Shades of Strikemaster #9F598D

Tints of Strikemaster #9F598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 40.87%
G = 22.88%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F598D (or 0x9F598D) is known color: Strikemaster. HEX triplet: 9F, 59 and 8D. RGB value is (159,89,141). Sum of RGB (Red+Green+Blue) = 159+89+141=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F598D is #60A672. Grayscale: #737373. Windows color (decimal): -6334067 or 9263519. OLE color: 9263519.

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

Color convert

RGB 159 89 141 -
CMYK 0 0.44 0.11 0.38
HSL 315.43º 0.28% 0.49% -
HSV(B) 315.43º 0.44% 0.62% -
XYZ 22.68 16.44 27.18 -
YUV 115.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 159 89 141 0 0.44 0.11 0.38 315.43 0.28 0.49
Hex 9F 59 8D 0 2C B 26 13B 1C 31
Octal 237 131 215 0 54 13 46 473 34 61
Binary 10011111 1011001 10001101 0 101100 1011 100110 100111011 11100 110001

Color Harmonies of #9F598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F598D

Black with #9F598D

Text Example


Text Example

White with #9F598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,141); }

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

background-color css

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

 a { background-color: rgb(159,89,141); }

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

border-color css

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

 span { border-color: rgb(159,89,141); }

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