#930756

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

Shades of Jazzberry Jam #930756

Tints of Jazzberry Jam #930756

Color information

#930756 (or 0x930756) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 07 and 56. RGB value is (147,7,86). Sum of RGB (Red+Green+Blue) = 147+7+86=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #930756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930756 is #6CF8A9. Grayscale: #393939. Windows color (decimal): -7141546 or 5638035. OLE color: 5638035.

HSL color Cylindrical-coordinate representation of color #930756: hue angle of 326.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930756 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB147786-
CMYK00.950.410.42
HSL326.14º90.91%30.2%-
HSV(B)326.14º95.24%57.65%-
XYZ13.797.039.43-
YUV57.87143.88191.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.25%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=61.25%
G=2.92%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14778600.950.410.42326.1490.9130.2
Hex9375605F292A1465b1e
Octal22371260137515250613336
Binary10010011111101011001011111101001101010101000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930756; }

 p { color: rgb(147,7,86); }

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

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

 a { background-color: rgb(147,7,86); }

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

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

 span { border-color: rgb(147,7,86); }

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