#98115E

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

Shades of Jazzberry Jam #98115E

Tints of Jazzberry Jam #98115E

Color information

#98115E (or 0x98115E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 11 and 5E. RGB value is (152,17,94). Sum of RGB (Red+Green+Blue) = 152+17+94=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115E is #67EEA1. Grayscale: #414141. Windows color (decimal): -6811298 or 6164888. OLE color: 6164888.

HSL color Cylindrical-coordinate representation of color #98115E: hue angle of 325.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98115E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1521794-
CMYK00.890.380.40
HSL325.78º79.88%33.14%-
HSV(B)325.78º88.82%59.61%-
XYZ15.177.8811.31-
YUV66.14143.73189.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=57.79%
G=6.46%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152179400.890.380.40325.7879.8833.14
Hex98115E05926281465021
Octal230211360131465050612041
Binary10011000100011011110010110011001101010001010001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98115E; }

 p { color: rgb(152,17,94); }

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

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

 a { background-color: rgb(152,17,94); }

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

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

 span { border-color: rgb(152,17,94); }

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