#931C64

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

Shades of Jazzberry Jam #931C64

Tints of Jazzberry Jam #931C64

Color information

#931C64 (or 0x931C64) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 1C and 64. RGB value is (147,28,100). Sum of RGB (Red+Green+Blue) = 147+28+100=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #931C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931C64 is #6CE39B. Grayscale: #474747. Windows color (decimal): -7136156 or 6560915. OLE color: 6560915.

HSL color Cylindrical-coordinate representation of color #931C64: hue angle of 323.7º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #931C64 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14728100-
CMYK00.810.320.42
HSL323.7º68%34.31%-
HSV(B)323.7º80.95%57.65%-
XYZ14.757.9512.81-
YUV71.79143.92181.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 28 (11.33% from 255) = 10.18%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=53.45%
G=10.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472810000.810.320.42323.76834.31
Hex931C64051202A1444422
Octal223341440121405250410442
Binary10010011111001100100010100011000001010101010001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931C64; }

 p { color: rgb(147,28,100); }

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

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

 a { background-color: rgb(147,28,100); }

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

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

 span { border-color: rgb(147,28,100); }

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