#980555

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

Shades of Jazzberry Jam #980555

Tints of Jazzberry Jam #980555

Color information

#980555 (or 0x980555) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 05 and 55. RGB value is (152,5,85). Sum of RGB (Red+Green+Blue) = 152+5+85=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980555 is #67FAAA. Grayscale: #393939. Windows color (decimal): -6814379 or 5571992. OLE color: 5571992.

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

Color convert

RGB152585-
CMYK00.970.440.40
HSL327.35º93.63%30.78%-
HSV(B)327.35º96.71%59.61%-
XYZ14.647.449.26-
YUV58.07143.2195-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=62.81%
G=2.07%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15258500.970.440.40327.3593.6330.78
Hex985550612C281475e1f
Octal23051250141545050713637
Binary10011000101101010101100001101100101000101000111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980555; }

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

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

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

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

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

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

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

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