Html Css Color HEX #98115B Jazzberry Jam

📋 copy color: '#98115B'

red 152 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #98115B

Tints of Jazzberry Jam #98115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 58.46%
G = 6.54%
B = 35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98115B (or 0x98115B) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 5B. RGB value is (152,17,91). Sum of RGB (Red+Green+Blue) = 152+17+91=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #98115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115B is #67EEA4. Grayscale: #414141. Windows color (decimal): -6811301 or 5968280. OLE color: 5968280.

HSL color Cylindrical-coordinate representation of color #98115B: hue angle of 327.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98115B is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 91 -
CMYK 0 0.89 0.40 0.40
HSL 327.11º 0.8% 0.33% -
HSV(B) 327.11º 0.89% 0.6% -
XYZ 15.04 7.83 10.62 -
YUV 65.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 152 17 91 0 0.89 0.40 0.40 327.11 0.8 0.33
Hex 98 11 5B 0 59 28 28 147 50 21
Octal 230 21 133 0 131 50 50 507 120 41
Binary 10011000 10001 1011011 0 1011001 101000 101000 101000111 1010000 100001

Color Harmonies of #98115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98115B

Black with #98115B

Text Example


Text Example

White with #98115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98115B; }

 p { color: rgb(152,17,91); }

 H1.HeaderClassName
 {
   color: #98115B;
 }
 .AnyTagClassName
 {
   color: #98115B;
 }
</style>

background-color css

<style>
 a { background-color: #98115B; }

 a { background-color: rgb(152,17,91); }

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

border-color css

<style>
 span { border-color: #98115B; }

 span { border-color: rgb(152,17,91); }

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