#995083

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

Shades of Strikemaster #995083

Tints of Strikemaster #995083

Color information

#995083 (or 0x995083) is unknown color: approx Strikemaster. HEX triplet: 99, 50 and 83. RGB value is (153,80,131). Sum of RGB (Red+Green+Blue) = 153+80+131=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #995083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995083 is #66AF7C. Grayscale: #6B6B6B. Windows color (decimal): -6729597 or 8605849. OLE color: 8605849.

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

Color convert

RGB15380131-
CMYK00.480.140.4
HSL318.08º31.33%45.69%-
HSV(B)318.08º47.71%60%-
XYZ20.114.1523.14-
YUV107.64141.18160.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=42.03%
G=21.98%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538013100.480.140.4318.0831.3345.69
Hex995083030E2813e1f2e
Octal23112020306016504763756
Binary100110011010000100000110110000111010100010011111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995083; }

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

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

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

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

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

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

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

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