#995180

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

Shades of Strikemaster #995180

Tints of Strikemaster #995180

Color information

#995180 (or 0x995180) is unknown color: approx Strikemaster. HEX triplet: 99, 51 and 80. RGB value is (153,81,128). Sum of RGB (Red+Green+Blue) = 153+81+128=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995180 is #66AE7F. Grayscale: #6B6B6B. Windows color (decimal): -6729344 or 8409497. OLE color: 8409497.

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

Color convert

RGB15381128-
CMYK00.470.160.4
HSL320.83º30.77%45.88%-
HSV(B)320.83º47.06%60%-
XYZ19.9814.2222.11-
YUV107.89139.35160.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=42.27%
G=22.38%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538112800.470.160.4320.8330.7745.88
Hex99518002F10281411f2e
Octal23112120005720505013756
Binary1001100110100011000000001011111000010100010100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995180; }

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

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

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

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

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

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

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

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