#98195C

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

Shades of Jazzberry Jam #98195C

Tints of Jazzberry Jam #98195C

Color information

#98195C (or 0x98195C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 19 and 5C. RGB value is (152,25,92). Sum of RGB (Red+Green+Blue) = 152+25+92=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98195C is #67E6A3. Grayscale: #464646. Windows color (decimal): -6809252 or 6035864. OLE color: 6035864.

HSL color Cylindrical-coordinate representation of color #98195C: hue angle of 328.35º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98195C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1522592-
CMYK00.840.390.40
HSL328.35º71.75%34.71%-
HSV(B)328.35º83.55%59.61%-
XYZ15.238.1410.89-
YUV70.61140.08186.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=56.51%
G=9.29%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152259200.840.390.40328.3571.7534.71
Hex98195C05427281484823
Octal230311340124475051011043
Binary10011000110011011100010101001001111010001010010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,25,92); }

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

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

 a { background-color: rgb(152,25,92); }

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

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

 span { border-color: rgb(152,25,92); }

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