#965282

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

Shades of Strikemaster #965282

Tints of Strikemaster #965282

Color information

#965282 (or 0x965282) is unknown color: approx Strikemaster. HEX triplet: 96, 52 and 82. RGB value is (150,82,130). Sum of RGB (Red+Green+Blue) = 150+82+130=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965282 is #69AD7D. Grayscale: #6B6B6B. Windows color (decimal): -6925694 or 8540822. OLE color: 8540822.

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

Color convert

RGB15082130-
CMYK00.450.130.41
HSL317.65º29.31%45.49%-
HSV(B)317.65º45.33%58.82%-
XYZ19.6214.1322.81-
YUV107.8140.53158.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=41.44%
G=22.65%
B=35.91%

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
Decimal1508213000.450.130.41317.6529.3145.49
Hex96528202DD2913e1d2d
Octal22612220205515514763555
Binary100101101010010100000100101101110110100110011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965282; }

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

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

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

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

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

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

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

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