#995280

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

Shades of Strikemaster #995280

Tints of Strikemaster #995280

Color information

#995280 (or 0x995280) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 80. RGB value is (153,82,128). Sum of RGB (Red+Green+Blue) = 153+82+128=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #995280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995280 is #66AD7F. Grayscale: #6C6C6C. Windows color (decimal): -6729088 or 8409753. OLE color: 8409753.

HSL color Cylindrical-coordinate representation of color #995280: hue angle of 321.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995280 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB15382128-
CMYK00.460.160.4
HSL321.13º30.21%46.08%-
HSV(B)321.13º46.41%60%-
XYZ20.0514.3722.14-
YUV108.47139.02159.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=42.15%
G=22.59%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538212800.460.160.4321.1330.2146.08
Hex99528002E10281411e2e
Octal23112220005620505013656
Binary1001100110100101000000001011101000010100010100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995280; }

 p { color: rgb(153,82,128); }

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

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

 a { background-color: rgb(153,82,128); }

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

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

 span { border-color: rgb(153,82,128); }

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