Html Css Color HEX #9F587C Strikemaster

📋 copy color: '#9F587C'

red 159 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #9F587C

Tints of Strikemaster #9F587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 42.86%
G = 23.72%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F587C (or 0x9F587C) is known color: Strikemaster. HEX triplet: 9F, 58 and 7C. RGB value is (159,88,124). Sum of RGB (Red+Green+Blue) = 159+88+124=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F587C is #60A783. Grayscale: #717171. Windows color (decimal): -6334340 or 8149151. OLE color: 8149151.

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

Color convert

RGB 159 88 124 -
CMYK 0 0.45 0.22 0.38
HSL 329.58º 0.29% 0.48% -
HSV(B) 329.58º 0.45% 0.62% -
XYZ 21.43 15.81 20.99 -
YUV 113.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 159 88 124 0 0.45 0.22 0.38 329.58 0.29 0.48
Hex 9F 58 7C 0 2D 16 26 14A 1D 30
Octal 237 130 174 0 55 26 46 512 35 60
Binary 10011111 1011000 1111100 0 101101 10110 100110 101001010 11101 110000

Color Harmonies of #9F587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F587C

Black with #9F587C

Text Example


Text Example

White with #9F587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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