#9B1663

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

Shades of Jazzberry Jam #9B1663

Tints of Jazzberry Jam #9B1663

Color information

#9B1663 (or 0x9B1663) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 16 and 63. RGB value is (155,22,99). Sum of RGB (Red+Green+Blue) = 155+22+99=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1663 is #64E99C. Grayscale: #464646. Windows color (decimal): -6613405 or 6493851. OLE color: 6493851.

HSL color Cylindrical-coordinate representation of color #9B1663: hue angle of 325.26º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1663 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB1552299-
CMYK00.860.360.39
HSL325.26º75.14%34.71%-
HSV(B)325.26º85.81%60.78%-
XYZ16.068.4412.59-
YUV70.54144.06188.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=56.16%
G=7.97%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155229900.860.360.39325.2675.1434.71
Hex9B166305624271454b23
Octal233261430126444750511343
Binary10011011101101100011010101101001001001111010001011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,22,99); }

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

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

 a { background-color: rgb(155,22,99); }

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

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

 span { border-color: rgb(155,22,99); }

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