#980A56

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

Shades of Jazzberry Jam #980A56

Tints of Jazzberry Jam #980A56

Color information

#980A56 (or 0x980A56) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0A and 56. RGB value is (152,10,86). Sum of RGB (Red+Green+Blue) = 152+10+86=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #980A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A56 is #67F5A9. Grayscale: #3C3C3C. Windows color (decimal): -6813098 or 5638808. OLE color: 5638808.

HSL color Cylindrical-coordinate representation of color #980A56: hue angle of 327.89º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A56 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1521086-
CMYK00.930.430.40
HSL327.89º87.65%31.76%-
HSV(B)327.89º93.42%59.61%-
XYZ14.747.569.49-
YUV61.12142.04192.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.29%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=61.29%
G=4.03%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152108600.930.430.40327.8987.6531.76
Hex98A5605D2B281485820
Octal230121260135535051013040
Binary1001100010101010110010111011010111010001010010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A56; }

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

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

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

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

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

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

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

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