#931D64

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

Shades of Jazzberry Jam #931D64

Tints of Jazzberry Jam #931D64

Color information

#931D64 (or 0x931D64) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 1D and 64. RGB value is (147,29,100). Sum of RGB (Red+Green+Blue) = 147+29+100=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #931D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931D64 is #6CE29B. Grayscale: #484848. Windows color (decimal): -7135900 or 6561171. OLE color: 6561171.

HSL color Cylindrical-coordinate representation of color #931D64: hue angle of 323.9º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #931D64 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14729100-
CMYK00.800.320.42
HSL323.9º67.05%34.51%-
HSV(B)323.9º80.27%57.65%-
XYZ14.77812.82-
YUV72.38143.59181.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 29 (11.72% from 255) = 10.51%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=53.26%
G=10.51%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472910000.800.320.42323.967.0534.51
Hex931D64050202A1444323
Octal223351440120405250410343
Binary10010011111011100100010100001000001010101010001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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