#930942

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

Shades of Jazzberry Jam #930942

Tints of Jazzberry Jam #930942

Color information

#930942 (or 0x930942) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 09 and 42. RGB value is (147,9,66). Sum of RGB (Red+Green+Blue) = 147+9+66=222 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.22% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 147 - color contains mainly: red. Hex color #930942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930942 is #6CF6BD. Grayscale: #383838. Windows color (decimal): -7141054 or 4327827. OLE color: 4327827.

HSL color Cylindrical-coordinate representation of color #930942: hue angle of 335.22º degrees, saturation: 0.88, 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 #930942 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB147966-
CMYK00.940.550.42
HSL335.22º88.46%30.59%-
HSV(B)335.22º93.88%57.65%-
XYZ13.116.795.77-
YUV56.76133.22192.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 66.22%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=66.22%
G=4.05%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14796600.940.550.42335.2288.4630.59
Hex9394205E372A14f581f
Octal223111020136675251713037
Binary100100111001100001001011110110111101010101001111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930942; }

 p { color: rgb(147,9,66); }

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

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

 a { background-color: rgb(147,9,66); }

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

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

 span { border-color: rgb(147,9,66); }

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