Html Css Color HEX #98115F Jazzberry Jam

📋 copy color: '#98115F'

red 152 ◦ green 17 ◦ blue 95

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

Shades of Jazzberry Jam #98115F

Tints of Jazzberry Jam #98115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 57.58%
G = 6.44%
B = 35.98%

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

#98115F (or 0x98115F) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 5F. RGB value is (152,17,95). Sum of RGB (Red+Green+Blue) = 152+17+95=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98115F is #67EEA0. Grayscale: #424242. Windows color (decimal): -6811297 or 6230424. OLE color: 6230424.

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

Color convert

RGB 152 17 95 -
CMYK 0 0.89 0.38 0.40
HSL 325.33º 0.8% 0.33% -
HSV(B) 325.33º 0.89% 0.6% -
XYZ 15.21 7.9 11.55 -
YUV 66.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 152 17 95 0 0.89 0.38 0.40 325.33 0.8 0.33
Hex 98 11 5F 0 59 26 28 145 50 21
Octal 230 21 137 0 131 46 50 505 120 41
Binary 10011000 10001 1011111 0 1011001 100110 101000 101000101 1010000 100001

Color Harmonies of #98115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98115F

Black with #98115F

Text Example


Text Example

White with #98115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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