#96196A

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

Shades of Jazzberry Jam #96196A

Tints of Jazzberry Jam #96196A

Color information

#96196A (or 0x96196A) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 19 and 6A. RGB value is (150,25,106). Sum of RGB (Red+Green+Blue) = 150+25+106=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96196A is #69E695. Grayscale: #474747. Windows color (decimal): -6940310 or 6953366. OLE color: 6953366.

HSL color Cylindrical-coordinate representation of color #96196A: hue angle of 321.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96196A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15025106-
CMYK00.830.290.41
HSL321.12º71.43%34.31%-
HSV(B)321.12º83.33%58.82%-
XYZ15.538.2214.4-
YUV71.61147.41183.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 25 (10.16% from 255) = 8.90%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=53.38%
G=8.90%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502510600.830.290.41321.1271.4334.31
Hex96196A0531D291414722
Octal226311520123355150110742
Binary1001011011001110101001010011111011010011010000011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96196A; }

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

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

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

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

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

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

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

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