Html Css Color HEX #980955 Jazzberry Jam

📋 copy color: '#980955'

red 152 ◦ green 9 ◦ blue 85

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

Shades of Jazzberry Jam #980955

Tints of Jazzberry Jam #980955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 61.79%
G = 3.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#980955 (or 0x980955) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 55. RGB value is (152,9,85). Sum of RGB (Red+Green+Blue) = 152+9+85=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #980955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980955 is #67F6AA. Grayscale: #3C3C3C. Windows color (decimal): -6813355 or 5573016. OLE color: 5573016.

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

Color convert

RGB 152 9 85 -
CMYK 0 0.94 0.44 0.40
HSL 328.11º 0.89% 0.32% -
HSV(B) 328.11º 0.94% 0.6% -
XYZ 14.69 7.53 9.27 -
YUV 60.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 152 9 85 0 0.94 0.44 0.40 328.11 0.89 0.32
Hex 98 9 55 0 5E 2C 28 148 59 20
Octal 230 11 125 0 136 54 50 510 131 40
Binary 10011000 1001 1010101 0 1011110 101100 101000 101001000 1011001 100000

Color Harmonies of #980955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980955

Black with #980955

Text Example


Text Example

White with #980955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980955; }

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

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

background-color css

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

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

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

border-color css

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

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

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