#931863

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

Shades of Jazzberry Jam #931863

Tints of Jazzberry Jam #931863

Color information

#931863 (or 0x931863) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 18 and 63. RGB value is (147,24,99). Sum of RGB (Red+Green+Blue) = 147+24+99=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #931863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931863 is #6CE79C. Grayscale: #454545. Windows color (decimal): -7137181 or 6494355. OLE color: 6494355.

HSL color Cylindrical-coordinate representation of color #931863: hue angle of 323.41º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931863 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1472499-
CMYK00.840.330.42
HSL323.41º71.93%33.53%-
HSV(B)323.41º83.67%57.65%-
XYZ14.617.7612.53-
YUV69.33144.75183.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.44%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=54.44%
G=8.89%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147249900.840.330.42323.4171.9333.53
Hex931863054212A1434822
Octal223301430124415250311042
Binary10010011110001100011010101001000011010101010000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931863; }

 p { color: rgb(147,24,99); }

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

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

 a { background-color: rgb(147,24,99); }

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

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

 span { border-color: rgb(147,24,99); }

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