#940952

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

Shades of Jazzberry Jam #940952

Tints of Jazzberry Jam #940952

Color information

#940952 (or 0x940952) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 09 and 52. RGB value is (148,9,82). Sum of RGB (Red+Green+Blue) = 148+9+82=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #940952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940952 is #6BF6AD. Grayscale: #3A3A3A. Windows color (decimal): -7075502 or 5376404. OLE color: 5376404.

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

Color convert

RGB148982-
CMYK00.940.450.42
HSL328.49º88.54%30.78%-
HSV(B)328.49º93.92%58.04%-
XYZ13.837.18.62-
YUV58.88141.05191.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=61.92%
G=3.77%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14898200.940.450.42328.4988.5430.78
Hex9495205E2D2A148591f
Octal224111220136555251013137
Binary100101001001101001001011110101101101010101001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940952; }

 p { color: rgb(148,9,82); }

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

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

 a { background-color: rgb(148,9,82); }

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

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

 span { border-color: rgb(148,9,82); }

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