Html Css Color HEX #9D517E Strikemaster

📋 copy color: '#9D517E'

red 157 ◦ green 81 ◦ blue 126

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

Shades of Strikemaster #9D517E

Tints of Strikemaster #9D517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 43.13%
G = 22.25%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D517E (or 0x9D517E) is known color: Strikemaster. HEX triplet: 9D, 51 and 7E. RGB value is (157,81,126). Sum of RGB (Red+Green+Blue) = 157+81+126=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D517E is #62AE81. Grayscale: #6C6C6C. Windows color (decimal): -6467202 or 8278429. OLE color: 8278429.

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

Color convert

RGB 157 81 126 -
CMYK 0 0.48 0.20 0.38
HSL 324.47º 0.32% 0.47% -
HSV(B) 324.47º 0.48% 0.62% -
XYZ 20.61 14.56 21.46 -
YUV 108.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 157 81 126 0 0.48 0.20 0.38 324.47 0.32 0.47
Hex 9D 51 7E 0 30 14 26 144 20 2F
Octal 235 121 176 0 60 24 46 504 40 57
Binary 10011101 1010001 1111110 0 110000 10100 100110 101000100 100000 101111

Color Harmonies of #9D517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D517E

Black with #9D517E

Text Example


Text Example

White with #9D517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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