#9D6388

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

Shades of Strikemaster #9D6388

Tints of Strikemaster #9D6388

Color information

#9D6388 (or 0x9D6388) is unknown color: approx Strikemaster. HEX triplet: 9D, 63 and 88. RGB value is (157,99,136). Sum of RGB (Red+Green+Blue) = 157+99+136=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6388 is #629C77. Grayscale: #787878. Windows color (decimal): -6462584 or 8938397. OLE color: 8938397.

HSL color Cylindrical-coordinate representation of color #9D6388: hue angle of 321.72º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D6388 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15799136-
CMYK00.370.130.38
HSL321.72º22.83%50.2%-
HSV(B)321.72º36.94%61.57%-
XYZ22.8117.8725.54-
YUV120.56136.72153.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 99 (39.06% from 255) = 25.26%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=40.05%
G=25.26%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579913600.370.130.38321.7222.8350.2
Hex9D6388025D261421732
Octal23514321004515465022762
Binary100111011100011100010000100101110110011010100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,136); }

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

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

 a { background-color: rgb(157,99,136); }

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

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

 span { border-color: rgb(157,99,136); }

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