Html Css Color HEX #980659 Jazzberry Jam

📋 copy color: '#980659'

red 152 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #980659

Tints of Jazzberry Jam #980659

RGB

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

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

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

R = 61.54%
G = 2.43%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#980659 (or 0x980659) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 59. RGB value is (152,6,89). Sum of RGB (Red+Green+Blue) = 152+6+89=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #980659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980659 is #67F9A6. Grayscale: #3A3A3A. Windows color (decimal): -6814119 or 5834392. OLE color: 5834392.

HSL color Cylindrical-coordinate representation of color #980659: hue angle of 325.89º 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 #980659 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 89 -
CMYK 0 0.96 0.41 0.40
HSL 325.89º 0.92% 0.31% -
HSV(B) 325.89º 0.96% 0.6% -
XYZ 14.82 7.53 10.12 -
YUV 59.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 152 6 89 0 0.96 0.41 0.40 325.89 0.92 0.31
Hex 98 6 59 0 60 29 28 146 5C 1F
Octal 230 6 131 0 140 51 50 506 134 37
Binary 10011000 110 1011001 0 1100000 101001 101000 101000110 1011100 11111

Color Harmonies of #980659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980659

Black with #980659

Text Example


Text Example

White with #980659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980659; }

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

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

background-color css

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

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

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

border-color css

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

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

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