#940D5A

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

Shades of Jazzberry Jam #940D5A

Tints of Jazzberry Jam #940D5A

Color information

#940D5A (or 0x940D5A) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0D and 5A. RGB value is (148,13,90). Sum of RGB (Red+Green+Blue) = 148+13+90=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #940D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D5A is #6BF2A5. Grayscale: #3D3D3D. Windows color (decimal): -7074470 or 5901716. OLE color: 5901716.

HSL color Cylindrical-coordinate representation of color #940D5A: hue angle of 325.78º degrees, saturation: 0.84, 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 #940D5A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1481390-
CMYK00.910.390.42
HSL325.78º83.85%31.57%-
HSV(B)325.78º91.22%58.04%-
XYZ14.27.3210.34-
YUV62.14143.73189.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 13 (5.47% from 255) = 5.18%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=58.96%
G=5.18%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148139000.910.390.42325.7883.8531.57
Hex94D5A05B272A1465420
Octal224151320133475250612440
Binary1001010011011011010010110111001111010101010001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,13,90); }

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

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

 a { background-color: rgb(148,13,90); }

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

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

 span { border-color: rgb(148,13,90); }

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