Html Css Color HEX #9D527C Strikemaster

📋 copy color: '#9D527C'

red 157 ◦ green 82 ◦ blue 124

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

Shades of Strikemaster #9D527C

Tints of Strikemaster #9D527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 43.25%
G = 22.59%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D527C (or 0x9D527C) is known color: Strikemaster. HEX triplet: 9D, 52 and 7C. RGB value is (157,82,124). Sum of RGB (Red+Green+Blue) = 157+82+124=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D527C is #62AD83. Grayscale: #6D6D6D. Windows color (decimal): -6466948 or 8147613. OLE color: 8147613.

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

Color convert

RGB 157 82 124 -
CMYK 0 0.48 0.21 0.38
HSL 326.4º 0.31% 0.47% -
HSV(B) 326.4º 0.48% 0.62% -
XYZ 20.56 14.66 20.81 -
YUV 109.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 157 82 124 0 0.48 0.21 0.38 326.4 0.31 0.47
Hex 9D 52 7C 0 30 15 26 146 1F 2F
Octal 235 122 174 0 60 25 46 506 37 57
Binary 10011101 1010010 1111100 0 110000 10101 100110 101000110 11111 101111

Color Harmonies of #9D527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D527C

Black with #9D527C

Text Example


Text Example

White with #9D527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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