#990156

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

Shades of Jazzberry Jam #990156

Tints of Jazzberry Jam #990156

Color information

#990156 (or 0x990156) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 01 and 56. RGB value is (153,1,86). Sum of RGB (Red+Green+Blue) = 153+1+86=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990156 is #66FEA9. Grayscale: #373737. Windows color (decimal): -6749866 or 5636505. OLE color: 5636505.

HSL color Cylindrical-coordinate representation of color #990156: hue angle of 326.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990156 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB153186-
CMYK00.990.440.4
HSL326.45º98.7%30.2%-
HSV(B)326.45º99.35%60%-
XYZ14.837.479.46-
YUV56.14144.86197.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=63.75%
G=0.42%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15318600.990.440.4326.4598.730.2
Hex991560632C28146631e
Octal23111260143545050614336
Binary100110011101011001100011101100101000101000110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990156; }

 p { color: rgb(153,1,86); }

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

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

 a { background-color: rgb(153,1,86); }

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

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

 span { border-color: rgb(153,1,86); }

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