#940F51

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

Shades of Jazzberry Jam #940F51

Tints of Jazzberry Jam #940F51

Color information

#940F51 (or 0x940F51) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0F and 51. RGB value is (148,15,81). Sum of RGB (Red+Green+Blue) = 148+15+81=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #940F51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F51 is #6BF0AE. Grayscale: #3E3E3E. Windows color (decimal): -7073967 or 5312404. OLE color: 5312404.

HSL color Cylindrical-coordinate representation of color #940F51: hue angle of 330.23º 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 #940F51 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1481581-
CMYK00.900.450.42
HSL330.23º81.6%31.96%-
HSV(B)330.23º89.86%58.04%-
XYZ13.877.238.45-
YUV62.29138.56189.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 15 (6.25% from 255) = 6.15%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=60.66%
G=6.15%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148158100.900.450.42330.2381.631.96
Hex94F5105A2D2A14a5220
Octal224171210132555251212240
Binary1001010011111010001010110101011011010101010010101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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