#941160

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

Shades of Jazzberry Jam #941160

Tints of Jazzberry Jam #941160

Color information

#941160 (or 0x941160) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 11 and 60. RGB value is (148,17,96). Sum of RGB (Red+Green+Blue) = 148+17+96=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #941160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941160 is #6BEE9F. Grayscale: #404040. Windows color (decimal): -7073440 or 6295956. OLE color: 6295956.

HSL color Cylindrical-coordinate representation of color #941160: hue angle of 323.82º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941160 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1481796-
CMYK00.890.350.42
HSL323.82º79.39%32.35%-
HSV(B)323.82º88.51%58.04%-
XYZ14.527.5411.76-
YUV65.18145.4187.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 17 (7.03% from 255) = 6.51%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=56.70%
G=6.51%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148179600.890.350.42323.8279.3932.35
Hex941160059232A1444f20
Octal224211400131435250411740
Binary10010100100011100000010110011000111010101010001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941160; }

 p { color: rgb(148,17,96); }

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

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

 a { background-color: rgb(148,17,96); }

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

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

 span { border-color: rgb(148,17,96); }

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