Html Css Color HEX #9D507E Strikemaster

📋 copy color: '#9D507E'

red 157 ◦ green 80 ◦ blue 126

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

Shades of Strikemaster #9D507E

Tints of Strikemaster #9D507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 43.25%
G = 22.04%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D507E (or 0x9D507E) is known color: Strikemaster. HEX triplet: 9D, 50 and 7E. RGB value is (157,80,126). Sum of RGB (Red+Green+Blue) = 157+80+126=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D507E is #62AF81. Grayscale: #6C6C6C. Windows color (decimal): -6467458 or 8278173. OLE color: 8278173.

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

Color convert

RGB 157 80 126 -
CMYK 0 0.49 0.20 0.38
HSL 324.16º 0.32% 0.46% -
HSV(B) 324.16º 0.49% 0.62% -
XYZ 20.54 14.41 21.44 -
YUV 108.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 157 80 126 0 0.49 0.20 0.38 324.16 0.32 0.46
Hex 9D 50 7E 0 31 14 26 144 20 2E
Octal 235 120 176 0 61 24 46 504 40 56
Binary 10011101 1010000 1111110 0 110001 10100 100110 101000100 100000 101110

Color Harmonies of #9D507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D507E

Black with #9D507E

Text Example


Text Example

White with #9D507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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