#98185E

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

Shades of Jazzberry Jam #98185E

Tints of Jazzberry Jam #98185E

Color information

#98185E (or 0x98185E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 18 and 5E. RGB value is (152,24,94). Sum of RGB (Red+Green+Blue) = 152+24+94=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #98185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98185E is #67E7A1. Grayscale: #464646. Windows color (decimal): -6809506 or 6166680. OLE color: 6166680.

HSL color Cylindrical-coordinate representation of color #98185E: hue angle of 327.19º degrees, saturation: 0.73, 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 #98185E is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1522494-
CMYK00.840.380.40
HSL327.19º72.73%34.51%-
HSV(B)327.19º84.21%59.61%-
XYZ15.38.1411.35-
YUV70.25141.41186.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=56.30%
G=8.89%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152249400.840.380.40327.1972.7334.51
Hex98185E05426281474923
Octal230301360124465050711143
Binary10011000110001011110010101001001101010001010001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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