#965381

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

Shades of Strikemaster #965381

Tints of Strikemaster #965381

Color information

#965381 (or 0x965381) is unknown color: approx Strikemaster. HEX triplet: 96, 53 and 81. RGB value is (150,83,129). Sum of RGB (Red+Green+Blue) = 150+83+129=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965381 is #69AC7E. Grayscale: #6C6C6C. Windows color (decimal): -6925439 or 8475542. OLE color: 8475542.

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

Color convert

RGB15083129-
CMYK00.450.140.41
HSL318.81º28.76%45.69%-
HSV(B)318.81º44.67%58.82%-
XYZ19.6314.2622.49-
YUV108.28139.7157.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=41.44%
G=22.93%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508312900.450.140.41318.8128.7645.69
Hex96538102DE2913f1d2e
Octal22612320105516514773556
Binary100101101010011100000010101101111010100110011111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965381; }

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

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

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

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

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

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

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

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