#930F57

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

Shades of Jazzberry Jam #930F57

Tints of Jazzberry Jam #930F57

Color information

#930F57 (or 0x930F57) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 0F and 57. RGB value is (147,15,87). Sum of RGB (Red+Green+Blue) = 147+15+87=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #930F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F57 is #6CF0A8. Grayscale: #3E3E3E. Windows color (decimal): -7139497 or 5705619. OLE color: 5705619.

HSL color Cylindrical-coordinate representation of color #930F57: hue angle of 327.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F57 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1471587-
CMYK00.900.410.42
HSL327.27º81.48%31.76%-
HSV(B)327.27º89.8%57.65%-
XYZ13.927.239.68-
YUV62.68141.73188.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=59.04%
G=6.02%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147158700.900.410.42327.2781.4831.76
Hex93F5705A292A1475120
Octal223171270132515250712140
Binary1001001111111010111010110101010011010101010001111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930F57; }

 p { color: rgb(147,15,87); }

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

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

 a { background-color: rgb(147,15,87); }

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

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

 span { border-color: rgb(147,15,87); }

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