Html Css Color HEX #9F5E7C Strikemaster

📋 copy color: '#9F5E7C'

red 159 ◦ green 94 ◦ blue 124

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

Shades of Strikemaster #9F5E7C

Tints of Strikemaster #9F5E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 42.18%
G = 24.93%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F5E7C (or 0x9F5E7C) is known color: Strikemaster. HEX triplet: 9F, 5E and 7C. RGB value is (159,94,124). Sum of RGB (Red+Green+Blue) = 159+94+124=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5E7C is #60A183. Grayscale: #747474. Windows color (decimal): -6332804 or 8150687. OLE color: 8150687.

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

Color convert

RGB 159 94 124 -
CMYK 0 0.41 0.22 0.38
HSL 332.31º 0.26% 0.5% -
HSV(B) 332.31º 0.41% 0.62% -
XYZ 21.94 16.83 21.16 -
YUV 116.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 159 94 124 0 0.41 0.22 0.38 332.31 0.26 0.5
Hex 9F 5E 7C 0 29 16 26 14C 1A 32
Octal 237 136 174 0 51 26 46 514 32 62
Binary 10011111 1011110 1111100 0 101001 10110 100110 101001100 11010 110010

Color Harmonies of #9F5E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E7C

Black with #9F5E7C

Text Example


Text Example

White with #9F5E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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