Html Css Color HEX #98115A Jazzberry Jam

📋 copy color: '#98115A'

red 152 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #98115A

Tints of Jazzberry Jam #98115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 58.69%
G = 6.56%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98115A (or 0x98115A) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 5A. RGB value is (152,17,90). Sum of RGB (Red+Green+Blue) = 152+17+90=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #98115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115A is #67EEA5. Grayscale: #414141. Windows color (decimal): -6811302 or 5902744. OLE color: 5902744.

HSL color Cylindrical-coordinate representation of color #98115A: hue angle of 327.56º 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 #98115A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 90 -
CMYK 0 0.89 0.41 0.40
HSL 327.56º 0.8% 0.33% -
HSV(B) 327.56º 0.89% 0.6% -
XYZ 14.99 7.81 10.39 -
YUV 65.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 152 17 90 0 0.89 0.41 0.40 327.56 0.8 0.33
Hex 98 11 5A 0 59 29 28 148 50 21
Octal 230 21 132 0 131 51 50 510 120 41
Binary 10011000 10001 1011010 0 1011001 101001 101000 101001000 1010000 100001

Color Harmonies of #98115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98115A

Black with #98115A

Text Example


Text Example

White with #98115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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