#935081

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

Shades of Strikemaster #935081

Tints of Strikemaster #935081

Color information

#935081 (or 0x935081) is unknown color: approx Strikemaster. HEX triplet: 93, 50 and 81. RGB value is (147,80,129). Sum of RGB (Red+Green+Blue) = 147+80+129=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #935081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935081 is #6CAF7E. Grayscale: #696969. Windows color (decimal): -7122815 or 8474771. OLE color: 8474771.

HSL color Cylindrical-coordinate representation of color #935081: hue angle of 316.12º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935081 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14780129-
CMYK00.460.120.42
HSL316.12º29.52%44.51%-
HSV(B)316.12º45.58%57.65%-
XYZ18.8613.5322.39-
YUV105.62141.2157.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 129 (50.78% from 255) = 36.24%
R=41.29%
G=22.47%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478012900.460.120.42316.1229.5244.51
Hex93508102EC2A13c1e2d
Octal22312020105614524743655
Binary100100111010000100000010101110110010101010011110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935081; }

 p { color: rgb(147,80,129); }

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

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

 a { background-color: rgb(147,80,129); }

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

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

 span { border-color: rgb(147,80,129); }

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