#955083

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

Shades of Strikemaster #955083

Tints of Strikemaster #955083

Color information

#955083 (or 0x955083) is unknown color: approx Strikemaster. HEX triplet: 95, 50 and 83. RGB value is (149,80,131). Sum of RGB (Red+Green+Blue) = 149+80+131=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #955083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955083 is #6AAF7C. Grayscale: #6A6A6A. Windows color (decimal): -6991741 or 8605845. OLE color: 8605845.

HSL color Cylindrical-coordinate representation of color #955083: hue angle of 315.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955083 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14980131-
CMYK00.460.120.42
HSL315.65º30.13%44.9%-
HSV(B)315.65º46.31%58.43%-
XYZ19.3613.7723.11-
YUV106.44141.86158.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=41.39%
G=22.22%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498013100.460.120.42315.6530.1344.9
Hex95508302EC2A13c1e2d
Octal22512020305614524743655
Binary100101011010000100000110101110110010101010011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955083; }

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

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

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

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

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

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

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

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