#965181

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

Shades of Strikemaster #965181

Tints of Strikemaster #965181

Color information

#965181 (or 0x965181) is unknown color: approx Strikemaster. HEX triplet: 96, 51 and 81. RGB value is (150,81,129). Sum of RGB (Red+Green+Blue) = 150+81+129=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #965181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965181 is #69AE7E. Grayscale: #6A6A6A. Windows color (decimal): -6925951 or 8475030. OLE color: 8475030.

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

Color convert

RGB15081129-
CMYK00.460.140.41
HSL318.26º29.87%45.29%-
HSV(B)318.26º46%58.82%-
XYZ19.4813.9522.44-
YUV107.1140.36158.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=41.67%
G=22.5%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508112900.460.140.41318.2629.8745.29
Hex96518102EE2913e1e2d
Octal22612120105616514763655
Binary100101101010001100000010101110111010100110011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965181; }

 p { color: rgb(150,81,129); }

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

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

 a { background-color: rgb(150,81,129); }

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

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

 span { border-color: rgb(150,81,129); }

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