#931A5D

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

Shades of Jazzberry Jam #931A5D

Tints of Jazzberry Jam #931A5D

Color information

#931A5D (or 0x931A5D) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 1A and 5D. RGB value is (147,26,93). Sum of RGB (Red+Green+Blue) = 147+26+93=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #931A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A5D is #6CE5A2. Grayscale: #454545. Windows color (decimal): -7136675 or 6101651. OLE color: 6101651.

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

Color convert

RGB1472693-
CMYK00.820.370.42
HSL326.78º69.94%33.92%-
HSV(B)326.78º82.31%57.65%-
XYZ14.387.7311.09-
YUV69.82141.09183.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=55.26%
G=9.77%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147269300.820.370.42326.7869.9433.92
Hex931A5D052252A1474622
Octal223321350122455250710642
Binary10010011110101011101010100101001011010101010001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,26,93); }

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

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

 a { background-color: rgb(147,26,93); }

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

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

 span { border-color: rgb(147,26,93); }

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