#96105E

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

Shades of Jazzberry Jam #96105E

Tints of Jazzberry Jam #96105E

Color information

#96105E (or 0x96105E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 10 and 5E. RGB value is (150,16,94). Sum of RGB (Red+Green+Blue) = 150+16+94=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96105E is #69EFA1. Grayscale: #404040. Windows color (decimal): -6942626 or 6164630. OLE color: 6164630.

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

Color convert

RGB1501694-
CMYK00.890.370.41
HSL325.07º80.72%32.55%-
HSV(B)325.07º89.33%58.82%-
XYZ14.787.6611.29-
YUV64.96144.39188.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=57.69%
G=6.15%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150169400.890.370.41325.0780.7232.55
Hex96105E05925291455121
Octal226201360131455150512141
Binary10010110100001011110010110011001011010011010001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96105E; }

 p { color: rgb(150,16,94); }

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

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

 a { background-color: rgb(150,16,94); }

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

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

 span { border-color: rgb(150,16,94); }

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