#995882

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

Shades of Strikemaster #995882

Tints of Strikemaster #995882

Color information

#995882 (or 0x995882) is unknown color: approx Strikemaster. HEX triplet: 99, 58 and 82. RGB value is (153,88,130). Sum of RGB (Red+Green+Blue) = 153+88+130=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995882 is #66A77D. Grayscale: #707070. Windows color (decimal): -6727550 or 8542361. OLE color: 8542361.

HSL color Cylindrical-coordinate representation of color #995882: hue angle of 321.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995882 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15388130-
CMYK00.420.150.4
HSL321.23º26.97%47.25%-
HSV(B)321.23º42.48%60%-
XYZ20.6615.3623-
YUV112.22138.03157.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=41.24%
G=23.72%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538813000.420.150.4321.2326.9747.25
Hex99588202AF281411b2f
Octal23113020205217505013357
Binary100110011011000100000100101010111110100010100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995882; }

 p { color: rgb(153,88,130); }

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

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

 a { background-color: rgb(153,88,130); }

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

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

 span { border-color: rgb(153,88,130); }

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