#941863

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

Shades of Jazzberry Jam #941863

Tints of Jazzberry Jam #941863

Color information

#941863 (or 0x941863) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 18 and 63. RGB value is (148,24,99). Sum of RGB (Red+Green+Blue) = 148+24+99=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #941863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941863 is #6BE79C. Grayscale: #454545. Windows color (decimal): -7071645 or 6494356. OLE color: 6494356.

HSL color Cylindrical-coordinate representation of color #941863: hue angle of 323.71º 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 #941863 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1482499-
CMYK00.840.330.42
HSL323.71º72.09%33.73%-
HSV(B)323.71º83.78%58.04%-
XYZ14.797.8512.54-
YUV69.63144.58183.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=54.61%
G=8.86%
B=36.53%

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
Decimal148249900.840.330.42323.7172.0933.73
Hex941863054212A1444822
Octal224301430124415250411042
Binary10010100110001100011010101001000011010101010001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941863; }

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

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

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

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

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

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

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

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