#98094F

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

Shades of Jazzberry Jam #98094F

Tints of Jazzberry Jam #98094F

Color information

#98094F (or 0x98094F) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 09 and 4F. RGB value is (152,9,79). Sum of RGB (Red+Green+Blue) = 152+9+79=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #98094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98094F is #67F6B0. Grayscale: #3B3B3B. Windows color (decimal): -6813361 or 5179800. OLE color: 5179800.

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

Color convert

RGB152979-
CMYK00.940.480.40
HSL330.63º88.82%31.57%-
HSV(B)330.63º94.08%59.61%-
XYZ14.467.448.07-
YUV59.74138.88193.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=63.33%
G=3.75%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15297900.940.480.40330.6388.8231.57
Hex9894F05E302814b5920
Octal230111170136605051313140
Binary1001100010011001111010111101100001010001010010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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