#980A55

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

Shades of Jazzberry Jam #980A55

Tints of Jazzberry Jam #980A55

Color information

#980A55 (or 0x980A55) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0A and 55. RGB value is (152,10,85). Sum of RGB (Red+Green+Blue) = 152+10+85=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #980A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A55 is #67F5AA. Grayscale: #3C3C3C. Windows color (decimal): -6813099 or 5573272. OLE color: 5573272.

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

Color convert

RGB1521085-
CMYK00.930.440.40
HSL328.31º87.65%31.76%-
HSV(B)328.31º93.42%59.61%-
XYZ14.77.559.28-
YUV61.01141.54192.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=61.54%
G=4.05%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152108500.930.440.40328.3187.6531.76
Hex98A5505D2C281485820
Octal230121250135545051013040
Binary1001100010101010101010111011011001010001010010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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