Html Css Color HEX #9D5186 Strikemaster

📋 copy color: '#9D5186'

red 157 ◦ green 81 ◦ blue 134

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

Shades of Strikemaster #9D5186

Tints of Strikemaster #9D5186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 42.2%
G = 21.77%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D5186 (or 0x9D5186) is known color: Strikemaster. HEX triplet: 9D, 51 and 86. RGB value is (157,81,134). Sum of RGB (Red+Green+Blue) = 157+81+134=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5186 is #62AE79. Grayscale: #6D6D6D. Windows color (decimal): -6467194 or 8802717. OLE color: 8802717.

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

Color convert

RGB 157 81 134 -
CMYK 0 0.48 0.15 0.38
HSL 318.16º 0.32% 0.47% -
HSV(B) 318.16º 0.48% 0.62% -
XYZ 21.15 14.77 24.29 -
YUV 109.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 157 81 134 0 0.48 0.15 0.38 318.16 0.32 0.47
Hex 9D 51 86 0 30 F 26 13E 20 2F
Octal 235 121 206 0 60 17 46 476 40 57
Binary 10011101 1010001 10000110 0 110000 1111 100110 100111110 100000 101111

Color Harmonies of #9D5186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5186

Black with #9D5186

Text Example


Text Example

White with #9D5186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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