#995087

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

Shades of Strikemaster #995087

Tints of Strikemaster #995087

Color information

#995087 (or 0x995087) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 87. RGB value is (153,80,135). Sum of RGB (Red+Green+Blue) = 153+80+135=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #995087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995087 is #66AF78. Grayscale: #6B6B6B. Windows color (decimal): -6729593 or 8867993. OLE color: 8867993.

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

Color convert

RGB15380135-
CMYK00.480.120.4
HSL314.79º31.33%45.69%-
HSV(B)314.79º47.71%60%-
XYZ20.3814.2624.6-
YUV108.1143.18160.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=41.58%
G=21.74%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538013500.480.120.4314.7931.3345.69
Hex995087030C2813b1f2e
Octal23112020706014504733756
Binary100110011010000100001110110000110010100010011101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995087; }

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

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

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

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

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

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

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

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