#990054

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

Shades of Jazzberry Jam #990054

Tints of Jazzberry Jam #990054

Color information

#990054 (or 0x990054) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 00 and 54. RGB value is (153,0,84). Sum of RGB (Red+Green+Blue) = 153+0+84=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990054 is #66FFAB. Grayscale: #373737. Windows color (decimal): -6750124 or 5505177. OLE color: 5505177.

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

Color convert

RGB153084-
CMYK010.450.4
HSL327.06º100%30%-
HSV(B)327.06º100%60%-
XYZ14.747.419.04-
YUV55.32144.19197.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=64.56%
G=0%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153084010.450.4327.0610030
Hex990540642D28147641e
Octal23101240144555050714436
Binary100110010101010001100100101101101000101000111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990054; }

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

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

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

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

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

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

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

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