#995080

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

Shades of Strikemaster #995080

Tints of Strikemaster #995080

Color information

#995080 (or 0x995080) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 80. RGB value is (153,80,128). Sum of RGB (Red+Green+Blue) = 153+80+128=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #995080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995080 is #66AF7F. Grayscale: #6B6B6B. Windows color (decimal): -6729600 or 8409241. OLE color: 8409241.

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

Color convert

RGB15380128-
CMYK00.480.160.4
HSL320.55º31.33%45.69%-
HSV(B)320.55º47.71%60%-
XYZ19.914.0722.09-
YUV107.3139.68160.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=42.38%
G=22.16%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538012800.480.160.4320.5531.3345.69
Hex99508003010281411f2e
Octal23112020006020505013756
Binary1001100110100001000000001100001000010100010100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995080; }

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

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

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

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

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

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

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

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