Html Css Color HEX #9F5B7C Strikemaster

📋 copy color: '#9F5B7C'

red 159 ◦ green 91 ◦ blue 124

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

Shades of Strikemaster #9F5B7C

Tints of Strikemaster #9F5B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

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

R = 42.51%
G = 24.33%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F5B7C (or 0x9F5B7C) is known color: Strikemaster. HEX triplet: 9F, 5B and 7C. RGB value is (159,91,124). Sum of RGB (Red+Green+Blue) = 159+91+124=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B7C is #60A483. Grayscale: #737373. Windows color (decimal): -6333572 or 8149919. OLE color: 8149919.

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

Color convert

RGB 159 91 124 -
CMYK 0 0.43 0.22 0.38
HSL 330.88º 0.27% 0.49% -
HSV(B) 330.88º 0.43% 0.62% -
XYZ 21.68 16.31 21.07 -
YUV 115.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 159 91 124 0 0.43 0.22 0.38 330.88 0.27 0.49
Hex 9F 5B 7C 0 2B 16 26 14B 1B 31
Octal 237 133 174 0 53 26 46 513 33 61
Binary 10011111 1011011 1111100 0 101011 10110 100110 101001011 11011 110001

Color Harmonies of #9F5B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5B7C

Black with #9F5B7C

Text Example


Text Example

White with #9F5B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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