#930856

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

Shades of Jazzberry Jam #930856

Tints of Jazzberry Jam #930856

Color information

#930856 (or 0x930856) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 08 and 56. RGB value is (147,8,86). Sum of RGB (Red+Green+Blue) = 147+8+86=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #930856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930856 is #6CF7A9. Grayscale: #3A3A3A. Windows color (decimal): -7141290 or 5638291. OLE color: 5638291.

HSL color Cylindrical-coordinate representation of color #930856: hue angle of 326.33º degrees, saturation: 0.9, 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 #930856 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB147886-
CMYK00.950.410.42
HSL326.33º89.68%30.39%-
HSV(B)326.33º94.56%57.65%-
XYZ13.87.059.44-
YUV58.45143.55191.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=61.00%
G=3.32%
B=35.68%

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
Decimal14788600.950.410.42326.3389.6830.39
Hex9385605F292A1465a1e
Octal223101260137515250613236
Binary100100111000101011001011111101001101010101000110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930856; }

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

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

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

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

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

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

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

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