#980054

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

Shades of Jazzberry Jam #980054

Tints of Jazzberry Jam #980054

Color information

#980054 (or 0x980054) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 00 and 54. RGB value is (152,0,84). Sum of RGB (Red+Green+Blue) = 152+0+84=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980054 is #67FFAB. Grayscale: #363636. Windows color (decimal): -6815660 or 5505176. OLE color: 5505176.

HSL color Cylindrical-coordinate representation of color #980054: hue angle of 326.84º 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 #980054 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB152084-
CMYK010.450.40
HSL326.84º100%29.8%-
HSV(B)326.84º100%59.61%-
XYZ14.557.329.03-
YUV55.02144.36197.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=64.41%
G=0%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152084010.450.40326.8410029.8
Hex980540642D28147641e
Octal23001240144555050714436
Binary100110000101010001100100101101101000101000111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980054; }

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

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

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

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

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

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

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

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