Html Css Color HEX #980756 Jazzberry Jam

📋 copy color: '#980756'

red 152 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #980756

Tints of Jazzberry Jam #980756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 62.04%
G = 2.86%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#980756 (or 0x980756) is known color: Jazzberry Jam. HEX triplet: 98, 07 and 56. RGB value is (152,7,86). Sum of RGB (Red+Green+Blue) = 152+7+86=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #980756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980756 is #67F8A9. Grayscale: #3B3B3B. Windows color (decimal): -6813866 or 5638040. OLE color: 5638040.

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

Color convert

RGB 152 7 86 -
CMYK 0 0.95 0.43 0.40
HSL 327.31º 0.91% 0.31% -
HSV(B) 327.31º 0.95% 0.6% -
XYZ 14.7 7.5 9.48 -
YUV 59.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 152 7 86 0 0.95 0.43 0.40 327.31 0.91 0.31
Hex 98 7 56 0 5F 2B 28 147 5B 1F
Octal 230 7 126 0 137 53 50 507 133 37
Binary 10011000 111 1010110 0 1011111 101011 101000 101000111 1011011 11111

Color Harmonies of #980756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980756

Black with #980756

Text Example


Text Example

White with #980756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980756; }

 p { color: rgb(152,7,86); }

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

background-color css

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

 a { background-color: rgb(152,7,86); }

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

border-color css

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

 span { border-color: rgb(152,7,86); }

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