Html Css Color HEX #98115E Jazzberry Jam

📋 copy color: '#98115E'

red 152 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #98115E

Tints of Jazzberry Jam #98115E

RGB

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

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

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

R = 57.79%
G = 6.46%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98115E (or 0x98115E) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 5E. RGB value is (152,17,94). Sum of RGB (Red+Green+Blue) = 152+17+94=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115E is #67EEA1. Grayscale: #414141. Windows color (decimal): -6811298 or 6164888. OLE color: 6164888.

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

Color convert

RGB 152 17 94 -
CMYK 0 0.89 0.38 0.40
HSL 325.78º 0.8% 0.33% -
HSV(B) 325.78º 0.89% 0.6% -
XYZ 15.17 7.88 11.31 -
YUV 66.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 152 17 94 0 0.89 0.38 0.40 325.78 0.8 0.33
Hex 98 11 5E 0 59 26 28 146 50 21
Octal 230 21 136 0 131 46 50 506 120 41
Binary 10011000 10001 1011110 0 1011001 100110 101000 101000110 1010000 100001

Color Harmonies of #98115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98115E

Black with #98115E

Text Example


Text Example

White with #98115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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