#940E50

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

Shades of Jazzberry Jam #940E50

Tints of Jazzberry Jam #940E50

Color information

#940E50 (or 0x940E50) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0E and 50. RGB value is (148,14,80). Sum of RGB (Red+Green+Blue) = 148+14+80=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #940E50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E50 is #6BF1AF. Grayscale: #3D3D3D. Windows color (decimal): -7074224 or 5246612. OLE color: 5246612.

HSL color Cylindrical-coordinate representation of color #940E50: hue angle of 330.45º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E50 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1481480-
CMYK00.910.460.42
HSL330.45º82.72%31.76%-
HSV(B)330.45º90.54%58.04%-
XYZ13.827.198.25-
YUV61.59138.39189.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.16%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=61.16%
G=5.79%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148148000.910.460.42330.4582.7231.76
Hex94E5005B2E2A14a5320
Octal224161200133565251212340
Binary1001010011101010000010110111011101010101010010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,14,80); }

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

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

 a { background-color: rgb(148,14,80); }

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

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

 span { border-color: rgb(148,14,80); }

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