#980E58

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

Shades of Jazzberry Jam #980E58

Tints of Jazzberry Jam #980E58

Color information

#980E58 (or 0x980E58) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 0E and 58. RGB value is (152,14,88). Sum of RGB (Red+Green+Blue) = 152+14+88=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #980E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E58 is #67F1A7. Grayscale: #3F3F3F. Windows color (decimal): -6812072 or 5770904. OLE color: 5770904.

HSL color Cylindrical-coordinate representation of color #980E58: hue angle of 327.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E58 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1521488-
CMYK00.910.420.40
HSL327.83º83.13%32.55%-
HSV(B)327.83º90.79%59.61%-
XYZ14.877.699.93-
YUV63.7141.72190.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=59.84%
G=5.51%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152148800.910.420.40327.8383.1332.55
Hex98E5805B2A281485321
Octal230161300133525051012341
Binary1001100011101011000010110111010101010001010010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,88); }

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

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

 a { background-color: rgb(152,14,88); }

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

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

 span { border-color: rgb(152,14,88); }

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