#96095A

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

Shades of Jazzberry Jam #96095A

Tints of Jazzberry Jam #96095A

Color information

#96095A (or 0x96095A) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 09 and 5A. RGB value is (150,9,90). Sum of RGB (Red+Green+Blue) = 150+9+90=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96095A is #69F6A5. Grayscale: #3C3C3C. Windows color (decimal): -6944422 or 5900694. OLE color: 5900694.

HSL color Cylindrical-coordinate representation of color #96095A: hue angle of 325.53º 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 #96095A is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB150990-
CMYK00.940.40.41
HSL325.53º88.68%31.18%-
HSV(B)325.53º94%58.82%-
XYZ14.527.4210.34-
YUV60.39144.71191.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=60.24%
G=3.61%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15099000.940.40.41325.5388.6831.18
Hex9695A05E2829146591f
Octal226111320136505150613137
Binary100101101001101101001011110101000101001101000110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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