Html Css Color HEX #981155 Jazzberry Jam

📋 copy color: '#981155'

red 152 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #981155

Tints of Jazzberry Jam #981155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 59.84%
G = 6.69%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#981155 (or 0x981155) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 55. RGB value is (152,17,85). Sum of RGB (Red+Green+Blue) = 152+17+85=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #981155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981155 is #67EEAA. Grayscale: #404040. Windows color (decimal): -6811307 or 5575064. OLE color: 5575064.

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

Color convert

RGB 152 17 85 -
CMYK 0 0.89 0.44 0.40
HSL 329.78º 0.8% 0.33% -
HSV(B) 329.78º 0.89% 0.6% -
XYZ 14.79 7.73 9.31 -
YUV 65.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 152 17 85 0 0.89 0.44 0.40 329.78 0.8 0.33
Hex 98 11 55 0 59 2C 28 14A 50 21
Octal 230 21 125 0 131 54 50 512 120 41
Binary 10011000 10001 1010101 0 1011001 101100 101000 101001010 1010000 100001

Color Harmonies of #981155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981155

Black with #981155

Text Example


Text Example

White with #981155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981155; }

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

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

background-color css

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

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

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

border-color css

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

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

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