#995085

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

Shades of Strikemaster #995085

Tints of Strikemaster #995085

Color information

#995085 (or 0x995085) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 85. RGB value is (153,80,133). Sum of RGB (Red+Green+Blue) = 153+80+133=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #995085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995085 is #66AF7A. Grayscale: #6B6B6B. Windows color (decimal): -6729595 or 8736921. OLE color: 8736921.

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

Color convert

RGB15380133-
CMYK00.480.130.4
HSL316.44º31.33%45.69%-
HSV(B)316.44º47.71%60%-
XYZ20.2414.223.87-
YUV107.87142.18160.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=41.80%
G=21.86%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538013300.480.130.4316.4431.3345.69
Hex995085030D2813c1f2e
Octal23112020506015504743756
Binary100110011010000100001010110000110110100010011110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995085; }

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

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

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

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

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

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

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

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