Html Css Color HEX #98155C Jazzberry Jam

📋 copy color: '#98155C'

red 152 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #98155C

Tints of Jazzberry Jam #98155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 57.36%
G = 7.92%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98155C (or 0x98155C) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 5C. RGB value is (152,21,92). Sum of RGB (Red+Green+Blue) = 152+21+92=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98155C is #67EAA3. Grayscale: #444444. Windows color (decimal): -6810276 or 6034840. OLE color: 6034840.

HSL color Cylindrical-coordinate representation of color #98155C: hue angle of 327.48º 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 #98155C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 92 -
CMYK 0 0.86 0.39 0.40
HSL 327.48º 0.76% 0.34% -
HSV(B) 327.48º 0.86% 0.6% -
XYZ 15.15 7.98 10.87 -
YUV 68.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 152 21 92 0 0.86 0.39 0.40 327.48 0.76 0.34
Hex 98 15 5C 0 56 27 28 147 4C 22
Octal 230 25 134 0 126 47 50 507 114 42
Binary 10011000 10101 1011100 0 1010110 100111 101000 101000111 1001100 100010

Color Harmonies of #98155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98155C

Black with #98155C

Text Example


Text Example

White with #98155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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