Html Css Color HEX #980558 Jazzberry Jam

📋 copy color: '#980558'

red 152 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #980558

Tints of Jazzberry Jam #980558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 62.04%
G = 2.04%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#980558 (or 0x980558) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 58. RGB value is (152,5,88). Sum of RGB (Red+Green+Blue) = 152+5+88=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #980558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980558 is #67FAA7. Grayscale: #3A3A3A. Windows color (decimal): -6814376 or 5768600. OLE color: 5768600.

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

Color convert

RGB 152 5 88 -
CMYK 0 0.97 0.42 0.40
HSL 326.12º 0.94% 0.31% -
HSV(B) 326.12º 0.97% 0.6% -
XYZ 14.76 7.49 9.9 -
YUV 58.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 152 5 88 0 0.97 0.42 0.40 326.12 0.94 0.31
Hex 98 5 58 0 61 2A 28 146 5E 1F
Octal 230 5 130 0 141 52 50 506 136 37
Binary 10011000 101 1011000 0 1100001 101010 101000 101000110 1011110 11111

Color Harmonies of #980558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980558

Black with #980558

Text Example


Text Example

White with #980558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980558; }

 p { color: rgb(152,5,88); }

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

background-color css

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

 a { background-color: rgb(152,5,88); }

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

border-color css

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

 span { border-color: rgb(152,5,88); }

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