Html Css Color HEX #9D527F Strikemaster

📋 copy color: '#9D527F'

red 157 ◦ green 82 ◦ blue 127

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

Shades of Strikemaster #9D527F

Tints of Strikemaster #9D527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 42.9%
G = 22.4%
B = 34.7%

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

#9D527F (or 0x9D527F) is known color: Strikemaster. HEX triplet: 9D, 52 and 7F. RGB value is (157,82,127). Sum of RGB (Red+Green+Blue) = 157+82+127=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D527F is #62AD80. Grayscale: #6D6D6D. Windows color (decimal): -6466945 or 8344221. OLE color: 8344221.

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

Color convert

RGB 157 82 127 -
CMYK 0 0.48 0.19 0.38
HSL 324º 0.31% 0.47% -
HSV(B) 324º 0.48% 0.62% -
XYZ 20.75 14.73 21.83 -
YUV 109.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 157 82 127 0 0.48 0.19 0.38 324 0.31 0.47
Hex 9D 52 7F 0 30 13 26 144 1F 2F
Octal 235 122 177 0 60 23 46 504 37 57
Binary 10011101 1010010 1111111 0 110000 10011 100110 101000100 11111 101111

Color Harmonies of #9D527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D527F

Black with #9D527F

Text Example


Text Example

White with #9D527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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