#990354

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

Shades of Jazzberry Jam #990354

Tints of Jazzberry Jam #990354

Color information

#990354 (or 0x990354) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 03 and 54. RGB value is (153,3,84). Sum of RGB (Red+Green+Blue) = 153+3+84=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990354 is #66FCAB. Grayscale: #383838. Windows color (decimal): -6749356 or 5505945. OLE color: 5505945.

HSL color Cylindrical-coordinate representation of color #990354: hue angle of 327.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990354 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB153384-
CMYK00.980.450.4
HSL327.6º96.15%30.59%-
HSV(B)327.6º98.04%60%-
XYZ14.777.489.05-
YUV57.08143.2196.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 84 (33.20% from 255) = 35%
R=63.75%
G=1.25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15338400.980.450.4327.696.1530.59
Hex993540622D28148601f
Octal23131240142555051014037
Binary1001100111101010001100010101101101000101001000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990354; }

 p { color: rgb(153,3,84); }

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

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

 a { background-color: rgb(153,3,84); }

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

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

 span { border-color: rgb(153,3,84); }

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