#981861

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

Shades of Jazzberry Jam #981861

Tints of Jazzberry Jam #981861

Color information

#981861 (or 0x981861) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 18 and 61. RGB value is (152,24,97). Sum of RGB (Red+Green+Blue) = 152+24+97=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981861 is #67E79E. Grayscale: #464646. Windows color (decimal): -6809503 or 6363288. OLE color: 6363288.

HSL color Cylindrical-coordinate representation of color #981861: hue angle of 325.78º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981861 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1522497-
CMYK00.840.360.40
HSL325.78º72.73%34.51%-
HSV(B)325.78º84.21%59.61%-
XYZ15.438.1912.08-
YUV70.59142.91186.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=55.68%
G=8.79%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152249700.840.360.40325.7872.7334.51
Hex98186105424281464923
Octal230301410124445050611143
Binary10011000110001100001010101001001001010001010001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981861; }

 p { color: rgb(152,24,97); }

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

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

 a { background-color: rgb(152,24,97); }

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

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

 span { border-color: rgb(152,24,97); }

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