Html Css Color HEX #9F588C Strikemaster

📋 copy color: '#9F588C'

red 159 ◦ green 88 ◦ blue 140

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

Shades of Strikemaster #9F588C

Tints of Strikemaster #9F588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 41.09%
G = 22.74%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F588C (or 0x9F588C) is known color: Strikemaster. HEX triplet: 9F, 58 and 8C. RGB value is (159,88,140). Sum of RGB (Red+Green+Blue) = 159+88+140=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F588C is #60A773. Grayscale: #737373. Windows color (decimal): -6334324 or 9197727. OLE color: 9197727.

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

Color convert

RGB 159 88 140 -
CMYK 0 0.45 0.12 0.38
HSL 316.06º 0.29% 0.48% -
HSV(B) 316.06º 0.45% 0.62% -
XYZ 22.52 16.24 26.76 -
YUV 115.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 159 88 140 0 0.45 0.12 0.38 316.06 0.29 0.48
Hex 9F 58 8C 0 2D C 26 13C 1D 30
Octal 237 130 214 0 55 14 46 474 35 60
Binary 10011111 1011000 10001100 0 101101 1100 100110 100111100 11101 110000

Color Harmonies of #9F588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F588C

Black with #9F588C

Text Example


Text Example

White with #9F588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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