#9A1156

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

Shades of Jazzberry Jam #9A1156

Tints of Jazzberry Jam #9A1156

Color information

#9A1156 (or 0x9A1156) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 11 and 56. RGB value is (154,17,86). Sum of RGB (Red+Green+Blue) = 154+17+86=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1156 is #65EEA9. Grayscale: #414141. Windows color (decimal): -6680234 or 5640602. OLE color: 5640602.

HSL color Cylindrical-coordinate representation of color #9A1156: hue angle of 329.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1156 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1541786-
CMYK00.890.440.40
HSL329.78º80.12%33.53%-
HSV(B)329.78º88.96%60.39%-
XYZ15.217.949.54-
YUV65.83139.39190.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.92%
GREEN value IS 17 (7.03% from 255) = 6.61%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=59.92%
G=6.61%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154178600.890.440.40329.7880.1233.53
Hex9A11560592C2814a5022
Octal232211260131545051212042
Binary10011010100011010110010110011011001010001010010101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,17,86); }

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

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

 a { background-color: rgb(154,17,86); }

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

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

 span { border-color: rgb(154,17,86); }

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