Html Css Color HEX #980959 Jazzberry Jam

📋 copy color: '#980959'

red 152 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #980959

Tints of Jazzberry Jam #980959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 60.8%
G = 3.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#980959 (or 0x980959) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 59. RGB value is (152,9,89). Sum of RGB (Red+Green+Blue) = 152+9+89=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980959 is #67F6A6. Grayscale: #3C3C3C. Windows color (decimal): -6813351 or 5835160. OLE color: 5835160.

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

Color convert

RGB 152 9 89 -
CMYK 0 0.94 0.41 0.40
HSL 326.43º 0.89% 0.32% -
HSV(B) 326.43º 0.94% 0.6% -
XYZ 14.85 7.59 10.13 -
YUV 60.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 152 9 89 0 0.94 0.41 0.40 326.43 0.89 0.32
Hex 98 9 59 0 5E 29 28 146 59 20
Octal 230 11 131 0 136 51 50 506 131 40
Binary 10011000 1001 1011001 0 1011110 101001 101000 101000110 1011001 100000

Color Harmonies of #980959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980959

Black with #980959

Text Example


Text Example

White with #980959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980959; }

 p { color: rgb(152,9,89); }

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

background-color css

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

 a { background-color: rgb(152,9,89); }

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

border-color css

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

 span { border-color: rgb(152,9,89); }

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