#965283

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

Shades of Strikemaster #965283

Tints of Strikemaster #965283

Color information

#965283 (or 0x965283) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 83. RGB value is (150,82,131). Sum of RGB (Red+Green+Blue) = 150+82+131=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965283 is #69AD7C. Grayscale: #6B6B6B. Windows color (decimal): -6925693 or 8606358. OLE color: 8606358.

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

Color convert

RGB15082131-
CMYK00.450.130.41
HSL316.76º29.31%45.49%-
HSV(B)316.76º45.33%58.82%-
XYZ19.6914.1623.17-
YUV107.92141.03158.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=41.32%
G=22.59%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508213100.450.130.41316.7629.3145.49
Hex96528302DD2913d1d2d
Octal22612220305515514753555
Binary100101101010010100000110101101110110100110011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965283; }

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

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

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

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

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

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

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

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