Html Css Color HEX #980656 Jazzberry Jam

📋 copy color: '#980656'

red 152 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #980656

Tints of Jazzberry Jam #980656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 62.3%
G = 2.46%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#980656 (or 0x980656) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 56. RGB value is (152,6,86). Sum of RGB (Red+Green+Blue) = 152+6+86=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980656 is #67F9A9. Grayscale: #3A3A3A. Windows color (decimal): -6814122 or 5637784. OLE color: 5637784.

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

Color convert

RGB 152 6 86 -
CMYK 0 0.96 0.43 0.40
HSL 327.12º 0.92% 0.31% -
HSV(B) 327.12º 0.96% 0.6% -
XYZ 14.69 7.48 9.47 -
YUV 58.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 152 6 86 0 0.96 0.43 0.40 327.12 0.92 0.31
Hex 98 6 56 0 60 2B 28 147 5C 1F
Octal 230 6 126 0 140 53 50 507 134 37
Binary 10011000 110 1010110 0 1100000 101011 101000 101000111 1011100 11111

Color Harmonies of #980656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980656

Black with #980656

Text Example


Text Example

White with #980656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980656; }

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

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

background-color css

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

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

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

border-color css

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

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

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