#965983

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

Shades of Strikemaster #965983

Tints of Strikemaster #965983

Color information

#965983 (or 0x965983) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 83. RGB value is (150,89,131). Sum of RGB (Red+Green+Blue) = 150+89+131=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965983 is #69A67C. Grayscale: #6F6F6F. Windows color (decimal): -6923901 or 8608150. OLE color: 8608150.

HSL color Cylindrical-coordinate representation of color #965983: hue angle of 318.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965983 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15089131-
CMYK00.410.130.41
HSL318.69º25.52%46.86%-
HSV(B)318.69º40.67%58.82%-
XYZ20.2515.2723.35-
YUV112.03138.71155.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=40.54%
G=24.05%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508913100.410.130.41318.6925.5246.86
Hex965983029D2913f1a2f
Octal22613120305115514773257
Binary100101101011001100000110101001110110100110011111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965983; }

 p { color: rgb(150,89,131); }

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

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

 a { background-color: rgb(150,89,131); }

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

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

 span { border-color: rgb(150,89,131); }

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