Html Css Color HEX #98155E Jazzberry Jam

📋 copy color: '#98155E'

red 152 ◦ green 21 ◦ blue 94

#98155E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #98155E

Tints of Jazzberry Jam #98155E

RGB

 RED value IS 152 (59.77% from 255) = 56.93%

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 56.93%
G = 7.87%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98155E (or 0x98155E) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 5E. RGB value is (152,21,94). Sum of RGB (Red+Green+Blue) = 152+21+94=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98155E is #67EAA1. Grayscale: #444444. Windows color (decimal): -6810274 or 6165912. OLE color: 6165912.

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

Color convert

RGB 152 21 94 -
CMYK 0 0.86 0.38 0.40
HSL 326.56º 0.76% 0.34% -
HSV(B) 326.56º 0.86% 0.6% -
XYZ 15.24 8.02 11.33 -
YUV 68.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 152 21 94 0 0.86 0.38 0.40 326.56 0.76 0.34
Hex 98 15 5E 0 56 26 28 147 4C 22
Octal 230 25 136 0 126 46 50 507 114 42
Binary 10011000 10101 1011110 0 1010110 100110 101000 101000111 1001100 100010

Color Harmonies of #98155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98155E

Black with #98155E

Text Example


Text Example

White with #98155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98155E;
 }
 .AnyTagClassName
 {
   color: #98155E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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