#980A59

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

Shades of Jazzberry Jam #980A59

Tints of Jazzberry Jam #980A59

Color information

#980A59 (or 0x980A59) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0A and 59. RGB value is (152,10,89). Sum of RGB (Red+Green+Blue) = 152+10+89=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #980A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A59 is #67F5A6. Grayscale: #3D3D3D. Windows color (decimal): -6813095 or 5835416. OLE color: 5835416.

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

Color convert

RGB1521089-
CMYK00.930.410.40
HSL326.62º87.65%31.76%-
HSV(B)326.62º93.42%59.61%-
XYZ14.867.6110.14-
YUV61.46143.54192.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 10 (4.30% from 255) = 3.98%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=60.56%
G=3.98%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152108900.930.410.40326.6287.6531.76
Hex98A5905D29281475820
Octal230121310135515050713040
Binary1001100010101011001010111011010011010001010001111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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