#995282

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

Shades of Strikemaster #995282

Tints of Strikemaster #995282

Color information

#995282 (or 0x995282) is unknown color: approx Strikemaster. HEX triplet: 99, 52 and 82. RGB value is (153,82,130). Sum of RGB (Red+Green+Blue) = 153+82+130=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #995282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995282 is #66AD7D. Grayscale: #6C6C6C. Windows color (decimal): -6729086 or 8540825. OLE color: 8540825.

HSL color Cylindrical-coordinate representation of color #995282: hue angle of 319.44º 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 #995282 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15382130-
CMYK00.460.150.4
HSL319.44º30.21%46.08%-
HSV(B)319.44º46.41%60%-
XYZ20.1814.4222.84-
YUV108.7140.02159.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=41.92%
G=22.47%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538213000.460.150.4319.4430.2146.08
Hex99528202EF2813f1e2e
Octal23112220205617504773656
Binary100110011010010100000100101110111110100010011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995282; }

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

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

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

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

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

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

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

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