#940F53

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

Shades of Jazzberry Jam #940F53

Tints of Jazzberry Jam #940F53

Color information

#940F53 (or 0x940F53) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0F and 53. RGB value is (148,15,83). Sum of RGB (Red+Green+Blue) = 148+15+83=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #940F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F53 is #6BF0AC. Grayscale: #3E3E3E. Windows color (decimal): -7073965 or 5443476. OLE color: 5443476.

HSL color Cylindrical-coordinate representation of color #940F53: hue angle of 329.32º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F53 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1481583-
CMYK00.900.440.42
HSL329.32º81.6%31.96%-
HSV(B)329.32º89.86%58.04%-
XYZ13.947.268.85-
YUV62.52139.56188.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=60.16%
G=6.10%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148158300.900.440.42329.3281.631.96
Hex94F5305A2C2A1495220
Octal224171230132545251112240
Binary1001010011111010011010110101011001010101010010011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940F53; }

 p { color: rgb(148,15,83); }

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

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

 a { background-color: rgb(148,15,83); }

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

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

 span { border-color: rgb(148,15,83); }

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