Html Css Color HEX #9F577D Strikemaster

📋 copy color: '#9F577D'

red 159 ◦ green 87 ◦ blue 125

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

Shades of Strikemaster #9F577D

Tints of Strikemaster #9F577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.45%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 42.86%
G = 23.45%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F577D (or 0x9F577D) is known color: Strikemaster. HEX triplet: 9F, 57 and 7D. RGB value is (159,87,125). Sum of RGB (Red+Green+Blue) = 159+87+125=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F577D is #60A882. Grayscale: #707070. Windows color (decimal): -6334595 or 8214431. OLE color: 8214431.

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

Color convert

RGB 159 87 125 -
CMYK 0 0.45 0.21 0.38
HSL 328.33º 0.29% 0.48% -
HSV(B) 328.33º 0.45% 0.62% -
XYZ 21.41 15.67 21.3 -
YUV 112.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 159 87 125 0 0.45 0.21 0.38 328.33 0.29 0.48
Hex 9F 57 7D 0 2D 15 26 148 1D 30
Octal 237 127 175 0 55 25 46 510 35 60
Binary 10011111 1010111 1111101 0 101101 10101 100110 101001000 11101 110000

Color Harmonies of #9F577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F577D

Black with #9F577D

Text Example


Text Example

White with #9F577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,125); }

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

background-color css

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

 a { background-color: rgb(159,87,125); }

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

border-color css

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

 span { border-color: rgb(159,87,125); }

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