#981254

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

Shades of Jazzberry Jam #981254

Tints of Jazzberry Jam #981254

Color information

#981254 (or 0x981254) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 12 and 54. RGB value is (152,18,84). Sum of RGB (Red+Green+Blue) = 152+18+84=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #981254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981254 is #67EDAB. Grayscale: #414141. Windows color (decimal): -6811052 or 5509784. OLE color: 5509784.

HSL color Cylindrical-coordinate representation of color #981254: hue angle of 330.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981254 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1521884-
CMYK00.880.450.40
HSL330.45º78.82%33.33%-
HSV(B)330.45º88.16%59.61%-
XYZ14.777.759.1-
YUV65.59138.39189.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=59.84%
G=7.09%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152188400.880.450.40330.4578.8233.33
Hex9812540582D2814a4f21
Octal230221240130555051211741
Binary10011000100101010100010110001011011010001010010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981254; }

 p { color: rgb(152,18,84); }

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

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

 a { background-color: rgb(152,18,84); }

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

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

 span { border-color: rgb(152,18,84); }

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