#941B64

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

Shades of Jazzberry Jam #941B64

Tints of Jazzberry Jam #941B64

Color information

#941B64 (or 0x941B64) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 1B and 64. RGB value is (148,27,100). Sum of RGB (Red+Green+Blue) = 148+27+100=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #941B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941B64 is #6BE49B. Grayscale: #474747. Windows color (decimal): -7070876 or 6560660. OLE color: 6560660.

HSL color Cylindrical-coordinate representation of color #941B64: hue angle of 323.8º degrees, saturation: 0.69, 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 #941B64 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14827100-
CMYK00.820.320.42
HSL323.8º69.14%34.31%-
HSV(B)323.8º81.76%58.04%-
XYZ14.9812.82-
YUV71.5144.09182.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.82%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=53.82%
G=9.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482710000.820.320.42323.869.1434.31
Hex941B64052202A1444522
Octal224331440122405250410542
Binary10010100110111100100010100101000001010101010001001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941B64; }

 p { color: rgb(148,27,100); }

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

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

 a { background-color: rgb(148,27,100); }

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

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

 span { border-color: rgb(148,27,100); }

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