#96094E

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

Shades of Jazzberry Jam #96094E

Tints of Jazzberry Jam #96094E

Color information

#96094E (or 0x96094E) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 09 and 4E. RGB value is (150,9,78). Sum of RGB (Red+Green+Blue) = 150+9+78=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #96094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96094E is #69F6B1. Grayscale: #3A3A3A. Windows color (decimal): -6944434 or 5114262. OLE color: 5114262.

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

Color convert

RGB150978-
CMYK00.940.480.41
HSL330.64º88.68%31.18%-
HSV(B)330.64º94%58.82%-
XYZ14.057.237.86-
YUV59.03138.71192.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=63.29%
G=3.80%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15097800.940.480.41330.6488.6831.18
Hex9694E05E302914b591f
Octal226111160136605151313137
Binary100101101001100111001011110110000101001101001011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,9,78); }

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

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

 a { background-color: rgb(150,9,78); }

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

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

 span { border-color: rgb(150,9,78); }

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