Html Css Color HEX #9F517D Strikemaster

📋 copy color: '#9F517D'

red 159 ◦ green 81 ◦ blue 125

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

Shades of Strikemaster #9F517D

Tints of Strikemaster #9F517D

RGB

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

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

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

R = 43.56%
G = 22.19%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F517D (or 0x9F517D) is known color: Strikemaster. HEX triplet: 9F, 51 and 7D. RGB value is (159,81,125). Sum of RGB (Red+Green+Blue) = 159+81+125=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F517D is #60AE82. Grayscale: #6D6D6D. Windows color (decimal): -6336131 or 8212895. OLE color: 8212895.

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

Color convert

RGB 159 81 125 -
CMYK 0 0.49 0.21 0.38
HSL 326.15º 0.33% 0.47% -
HSV(B) 326.15º 0.49% 0.62% -
XYZ 20.94 14.74 21.14 -
YUV 109.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 159 81 125 0 0.49 0.21 0.38 326.15 0.33 0.47
Hex 9F 51 7D 0 31 15 26 146 20 2F
Octal 237 121 175 0 61 25 46 506 40 57
Binary 10011111 1010001 1111101 0 110001 10101 100110 101000110 100000 101111

Color Harmonies of #9F517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F517D

Black with #9F517D

Text Example


Text Example

White with #9F517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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