#981E60

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

Shades of Jazzberry Jam #981E60

Tints of Jazzberry Jam #981E60

Color information

#981E60 (or 0x981E60) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 1E and 60. RGB value is (152,30,96). Sum of RGB (Red+Green+Blue) = 152+30+96=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #981E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E60 is #67E19F. Grayscale: #494949. Windows color (decimal): -6807968 or 6299288. OLE color: 6299288.

HSL color Cylindrical-coordinate representation of color #981E60: hue angle of 327.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E60 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1523096-
CMYK00.800.370.40
HSL327.54º67.03%35.69%-
HSV(B)327.54º80.26%59.61%-
XYZ15.528.4511.88-
YUV74140.42183.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=54.68%
G=10.79%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152309600.800.370.40327.5467.0335.69
Hex981E6005025281484324
Octal230361400120455051010344
Binary10011000111101100000010100001001011010001010010001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981E60; }

 p { color: rgb(152,30,96); }

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

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

 a { background-color: rgb(152,30,96); }

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

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

 span { border-color: rgb(152,30,96); }

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