#931F65

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

Shades of Jazzberry Jam #931F65

Tints of Jazzberry Jam #931F65

Color information

#931F65 (or 0x931F65) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 1F and 65. RGB value is (147,31,101). Sum of RGB (Red+Green+Blue) = 147+31+101=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #931F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931F65 is #6CE09A. Grayscale: #494949. Windows color (decimal): -7135387 or 6627219. OLE color: 6627219.

HSL color Cylindrical-coordinate representation of color #931F65: hue angle of 323.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #931F65 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14731101-
CMYK00.790.310.42
HSL323.79º65.17%34.9%-
HSV(B)323.79º78.91%57.65%-
XYZ14.878.1213.1-
YUV73.66143.43180.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=52.69%
G=11.11%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473110100.790.310.42323.7965.1734.9
Hex931F6504F1F2A1444123
Octal223371450117375250410143
Binary1001001111111110010101001111111111010101010001001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,31,101); }

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

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

 a { background-color: rgb(147,31,101); }

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

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

 span { border-color: rgb(147,31,101); }

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