#9D5286

Color #9D5286 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9D5286

Tints of Strikemaster #9D5286

Color information

#9D5286 (or 0x9D5286) is unknown color: approx Strikemaster. HEX triplet: 9D, 52 and 86. RGB value is (157,82,134). Sum of RGB (Red+Green+Blue) = 157+82+134=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5286 is #62AD79. Grayscale: #6E6E6E. Windows color (decimal): -6466938 or 8802973. OLE color: 8802973.

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

Color convert

RGB15782134-
CMYK00.480.150.38
HSL318.4º31.38%46.86%-
HSV(B)318.4º47.77%61.57%-
XYZ21.2314.9224.32-
YUV110.35141.35161.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=42.09%
G=21.98%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578213400.480.150.38318.431.3846.86
Hex9D5286030F2613e1f2f
Octal23512220606017464763757
Binary100111011010010100001100110000111110011010011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D5286;
 }
 .AnyTagClassName
 {
   color: #9D5286;
 }
</style>
background-color css

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

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

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

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

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

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