Html Css Color HEX #9D517F Strikemaster

📋 copy color: '#9D517F'

red 157 ◦ green 81 ◦ blue 127

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

Shades of Strikemaster #9D517F

Tints of Strikemaster #9D517F

RGB

 RED value IS 157 (61.72% from 255) = 43.01%

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 43.01%
G = 22.19%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D517F (or 0x9D517F) is known color: Strikemaster. HEX triplet: 9D, 51 and 7F. RGB value is (157,81,127). Sum of RGB (Red+Green+Blue) = 157+81+127=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D517F is #62AE80. Grayscale: #6C6C6C. Windows color (decimal): -6467201 or 8343965. OLE color: 8343965.

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

Color convert

RGB 157 81 127 -
CMYK 0 0.48 0.19 0.38
HSL 323.68º 0.32% 0.47% -
HSV(B) 323.68º 0.48% 0.62% -
XYZ 20.68 14.59 21.8 -
YUV 108.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 157 81 127 0 0.48 0.19 0.38 323.68 0.32 0.47
Hex 9D 51 7F 0 30 13 26 144 20 2F
Octal 235 121 177 0 60 23 46 504 40 57
Binary 10011101 1010001 1111111 0 110000 10011 100110 101000100 100000 101111

Color Harmonies of #9D517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D517F

Black with #9D517F

Text Example


Text Example

White with #9D517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,127); }

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

background-color css

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

 a { background-color: rgb(157,81,127); }

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

border-color css

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

 span { border-color: rgb(157,81,127); }

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