#98094C

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

Shades of Jazzberry Jam #98094C

Tints of Jazzberry Jam #98094C

Color information

#98094C (or 0x98094C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 09 and 4C. RGB value is (152,9,76). Sum of RGB (Red+Green+Blue) = 152+9+76=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #98094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98094C is #67F6B3. Grayscale: #3B3B3B. Windows color (decimal): -6813364 or 4983192. OLE color: 4983192.

HSL color Cylindrical-coordinate representation of color #98094C: hue angle of 331.89º 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 #98094C is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB152976-
CMYK00.940.500.40
HSL331.89º88.82%31.57%-
HSV(B)331.89º94.08%59.61%-
XYZ14.357.397.51-
YUV59.4137.38194.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.14%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=64.14%
G=3.80%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15297600.940.500.40331.8988.8231.57
Hex9894C05E322814c5920
Octal230111140136625051413140
Binary1001100010011001100010111101100101010001010011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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