#980556

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

Shades of Jazzberry Jam #980556

Tints of Jazzberry Jam #980556

Color information

#980556 (or 0x980556) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 05 and 56. RGB value is (152,5,86). Sum of RGB (Red+Green+Blue) = 152+5+86=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980556 is #67FAA9. Grayscale: #3A3A3A. Windows color (decimal): -6814378 or 5637528. OLE color: 5637528.

HSL color Cylindrical-coordinate representation of color #980556: hue angle of 326.94º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980556 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB152586-
CMYK00.970.430.40
HSL326.94º93.63%30.78%-
HSV(B)326.94º96.71%59.61%-
XYZ14.687.469.47-
YUV58.19143.7194.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=62.55%
G=2.06%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15258600.970.430.40326.9493.6330.78
Hex985560612B281475e1f
Octal23051260141535050713637
Binary10011000101101011001100001101011101000101000111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980556; }

 p { color: rgb(152,5,86); }

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

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

 a { background-color: rgb(152,5,86); }

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

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

 span { border-color: rgb(152,5,86); }

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