#98004C

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

Shades of Jazzberry Jam #98004C

Tints of Jazzberry Jam #98004C

Color information

#98004C (or 0x98004C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 00 and 4C. RGB value is (152,0,76). Sum of RGB (Red+Green+Blue) = 152+0+76=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #98004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98004C is #67FFB3. Grayscale: #353535. Windows color (decimal): -6815668 or 4980888. OLE color: 4980888.

HSL color Cylindrical-coordinate representation of color #98004C: hue angle of 330º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98004C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB152076-
CMYK010.500.40
HSL330º100%29.8%-
HSV(B)330º100%59.61%-
XYZ14.257.27.48-
YUV54.11140.36197.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152076010.500.4033010029.8
Hex9804C064322814a641e
Octal23001140144625051214436
Binary100110000100110001100100110010101000101001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98004C; }

 p { color: rgb(152,0,76); }

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

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

 a { background-color: rgb(152,0,76); }

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

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

 span { border-color: rgb(152,0,76); }

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