#98044F

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

Shades of Jazzberry Jam #98044F

Tints of Jazzberry Jam #98044F

Color information

#98044F (or 0x98044F) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 04 and 4F. RGB value is (152,4,79). Sum of RGB (Red+Green+Blue) = 152+4+79=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #98044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98044F is #67FBB0. Grayscale: #383838. Windows color (decimal): -6814641 or 5178520. OLE color: 5178520.

HSL color Cylindrical-coordinate representation of color #98044F: hue angle of 329.59º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98044F is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB152479-
CMYK00.970.480.40
HSL329.59º94.87%30.59%-
HSV(B)329.59º97.37%59.61%-
XYZ14.47.338.05-
YUV56.8140.53195.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=64.68%
G=1.70%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15247900.970.480.40329.5994.8730.59
Hex9844F061302814a5f1f
Octal23041170141605051213737
Binary10011000100100111101100001110000101000101001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98044F; }

 p { color: rgb(152,4,79); }

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

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

 a { background-color: rgb(152,4,79); }

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

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

 span { border-color: rgb(152,4,79); }

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