#961C6A

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

Shades of Jazzberry Jam #961C6A

Tints of Jazzberry Jam #961C6A

Color information

#961C6A (or 0x961C6A) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1C and 6A. RGB value is (150,28,106). Sum of RGB (Red+Green+Blue) = 150+28+106=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #961C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C6A is #69E395. Grayscale: #494949. Windows color (decimal): -6939542 or 6954134. OLE color: 6954134.

HSL color Cylindrical-coordinate representation of color #961C6A: hue angle of 321.64º 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 #961C6A is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15028106-
CMYK00.810.290.41
HSL321.64º68.54%34.9%-
HSV(B)321.64º81.33%58.82%-
XYZ15.598.3614.43-
YUV73.37146.42182.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 106 (41.80% from 255) = 37.32%
R=52.82%
G=9.86%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502810600.810.290.41321.6468.5434.9
Hex961C6A0511D291424523
Octal226341520121355150210543
Binary1001011011100110101001010001111011010011010000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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