#965885

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

Shades of Strikemaster #965885

Tints of Strikemaster #965885

Color information

#965885 (or 0x965885) is unknown color: approx Strikemaster. HEX triplet: 96, 58 and 85. RGB value is (150,88,133). Sum of RGB (Red+Green+Blue) = 150+88+133=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965885 is #69A77A. Grayscale: #6F6F6F. Windows color (decimal): -6924155 or 8738966. OLE color: 8738966.

HSL color Cylindrical-coordinate representation of color #965885: hue angle of 316.45º 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 #965885 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15088133-
CMYK00.410.110.41
HSL316.45º26.05%46.67%-
HSV(B)316.45º41.33%58.82%-
XYZ20.315.1624.05-
YUV111.67140.04155.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=40.43%
G=23.72%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508813300.410.110.41316.4526.0546.67
Hex965885029B2913c1a2f
Octal22613020505113514743257
Binary100101101011000100001010101001101110100110011110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965885; }

 p { color: rgb(150,88,133); }

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

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

 a { background-color: rgb(150,88,133); }

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

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

 span { border-color: rgb(150,88,133); }

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