#961C64

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

Shades of Jazzberry Jam #961C64

Tints of Jazzberry Jam #961C64

Color information

#961C64 (or 0x961C64) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1C and 64. RGB value is (150,28,100). Sum of RGB (Red+Green+Blue) = 150+28+100=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #961C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C64 is #69E39B. Grayscale: #484848. Windows color (decimal): -6939548 or 6560918. OLE color: 6560918.

HSL color Cylindrical-coordinate representation of color #961C64: hue angle of 324.59º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C64 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15028100-
CMYK00.810.330.41
HSL324.59º68.54%34.9%-
HSV(B)324.59º81.33%58.82%-
XYZ15.298.2312.84-
YUV72.69143.42183.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 28 (11.33% from 255) = 10.07%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=53.96%
G=10.07%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502810000.810.330.41324.5968.5434.9
Hex961C6405121291454523
Octal226341440121415150510543
Binary10010110111001100100010100011000011010011010001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961C64; }

 p { color: rgb(150,28,100); }

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

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

 a { background-color: rgb(150,28,100); }

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

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

 span { border-color: rgb(150,28,100); }

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