#995081

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

Shades of Strikemaster #995081

Tints of Strikemaster #995081

Color information

#995081 (or 0x995081) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 81. RGB value is (153,80,129). Sum of RGB (Red+Green+Blue) = 153+80+129=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995081 is #66AF7E. Grayscale: #6B6B6B. Windows color (decimal): -6729599 or 8474777. OLE color: 8474777.

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

Color convert

RGB15380129-
CMYK00.480.160.4
HSL319.73º31.33%45.69%-
HSV(B)319.73º47.71%60%-
XYZ19.9714.0922.44-
YUV107.41140.18160.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=42.27%
G=22.10%
B=35.64%

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
Decimal1538012900.480.160.4319.7331.3345.69
Hex99508103010281401f2e
Octal23112020106020505003756
Binary1001100110100001000000101100001000010100010100000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995081; }

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

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

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

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

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

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

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

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