#995C8B

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

Shades of Strikemaster #995C8B

Tints of Strikemaster #995C8B

Color information

#995C8B (or 0x995C8B) is unknown color: approx Strikemaster. HEX triplet: 99, 5C and 8B. RGB value is (153,92,139). Sum of RGB (Red+Green+Blue) = 153+92+139=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C8B is #66A374. Grayscale: #737373. Windows color (decimal): -6726517 or 9133209. OLE color: 9133209.

HSL color Cylindrical-coordinate representation of color #995C8B: hue angle of 313.77º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C8B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB15392139-
CMYK00.400.090.4
HSL313.77º24.9%48.04%-
HSV(B)313.77º39.87%60%-
XYZ21.6216.2926.43-
YUV115.6141.21154.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=39.84%
G=23.96%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539213900.400.090.4313.7724.948.04
Hex995C8B02892813a1930
Octal23113421305011504723160
Binary100110011011100100010110101000100110100010011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C8B; }

 p { color: rgb(153,92,139); }

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

<style>
 a { background-color: #995C8B; }

 a { background-color: rgb(153,92,139); }

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

<style>
 span { border-color: #995C8B; }

 span { border-color: rgb(153,92,139); }

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