#98115F

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

Shades of Jazzberry Jam #98115F

Tints of Jazzberry Jam #98115F

Color information

#98115F (or 0x98115F) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 11 and 5F. RGB value is (152,17,95). Sum of RGB (Red+Green+Blue) = 152+17+95=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115F is #67EEA0. Grayscale: #424242. Windows color (decimal): -6811297 or 6230424. OLE color: 6230424.

HSL color Cylindrical-coordinate representation of color #98115F: hue angle of 325.33º 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 #98115F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1521795-
CMYK00.890.380.40
HSL325.33º79.88%33.14%-
HSV(B)325.33º88.82%59.61%-
XYZ15.217.911.55-
YUV66.26144.23189.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=57.58%
G=6.44%
B=35.98%

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
Decimal152179500.890.380.40325.3379.8833.14
Hex98115F05926281455021
Octal230211370131465050512041
Binary10011000100011011111010110011001101010001010001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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