Html Css Color HEX #9F517C Strikemaster

📋 copy color: '#9F517C'

red 159 ◦ green 81 ◦ blue 124

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

Shades of Strikemaster #9F517C

Tints of Strikemaster #9F517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 43.68%
G = 22.25%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F517C (or 0x9F517C) is known color: Strikemaster. HEX triplet: 9F, 51 and 7C. RGB value is (159,81,124). Sum of RGB (Red+Green+Blue) = 159+81+124=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F517C is #60AE83. Grayscale: #6D6D6D. Windows color (decimal): -6336132 or 8147359. OLE color: 8147359.

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

Color convert

RGB 159 81 124 -
CMYK 0 0.49 0.22 0.38
HSL 326.92º 0.33% 0.47% -
HSV(B) 326.92º 0.49% 0.62% -
XYZ 20.88 14.71 20.81 -
YUV 109.22 136.34 163.5 -
System Red Green Blue C M Y K H S L
Decimal 159 81 124 0 0.49 0.22 0.38 326.92 0.33 0.47
Hex 9F 51 7C 0 31 16 26 147 20 2F
Octal 237 121 174 0 61 26 46 507 40 57
Binary 10011111 1010001 1111100 0 110001 10110 100110 101000111 100000 101111

Color Harmonies of #9F517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F517C

Black with #9F517C

Text Example


Text Example

White with #9F517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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