Html Css Color HEX #98155D Jazzberry Jam

📋 copy color: '#98155D'

red 152 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #98155D

Tints of Jazzberry Jam #98155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 57.14%
G = 7.89%
B = 34.96%

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

#98155D (or 0x98155D) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 5D. RGB value is (152,21,93). Sum of RGB (Red+Green+Blue) = 152+21+93=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98155D is #67EAA2. Grayscale: #444444. Windows color (decimal): -6810275 or 6100376. OLE color: 6100376.

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

Color convert

RGB 152 21 93 -
CMYK 0 0.86 0.39 0.40
HSL 327.02º 0.76% 0.34% -
HSV(B) 327.02º 0.86% 0.6% -
XYZ 15.19 8 11.1 -
YUV 68.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 152 21 93 0 0.86 0.39 0.40 327.02 0.76 0.34
Hex 98 15 5D 0 56 27 28 147 4C 22
Octal 230 25 135 0 126 47 50 507 114 42
Binary 10011000 10101 1011101 0 1010110 100111 101000 101000111 1001100 100010

Color Harmonies of #98155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98155D

Black with #98155D

Text Example


Text Example

White with #98155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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