#9A0A4C

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

Shades of Jazzberry Jam #9A0A4C

Tints of Jazzberry Jam #9A0A4C

Color information

#9A0A4C (or 0x9A0A4C) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 0A and 4C. RGB value is (154,10,76). Sum of RGB (Red+Green+Blue) = 154+10+76=240 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.17% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0A4C is #65F5B3. Grayscale: #3C3C3C. Windows color (decimal): -6682036 or 4983450. OLE color: 4983450.

HSL color Cylindrical-coordinate representation of color #9A0A4C: hue angle of 332.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A4C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1541076-
CMYK00.940.510.40
HSL332.5º87.8%32.16%-
HSV(B)332.5º93.51%60.39%-
XYZ14.747.617.53-
YUV60.58136.71194.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.17%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=64.17%
G=4.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154107600.940.510.40332.587.832.16
Hex9AA4C05E332814c5820
Octal232121140136635051413040
Binary1001101010101001100010111101100111010001010011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0A4C; }

 p { color: rgb(154,10,76); }

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

<style>
 a { background-color: #9A0A4C; }

 a { background-color: rgb(154,10,76); }

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

<style>
 span { border-color: #9A0A4C; }

 span { border-color: rgb(154,10,76); }

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