Html Css Color HEX #980550 Jazzberry Jam

📋 copy color: '#980550'

red 152 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #980550

Tints of Jazzberry Jam #980550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 64.14%
G = 2.11%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#980550 (or 0x980550) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 50. RGB value is (152,5,80). Sum of RGB (Red+Green+Blue) = 152+5+80=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #980550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980550 is #67FAAF. Grayscale: #393939. Windows color (decimal): -6814384 or 5244312. OLE color: 5244312.

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

Color convert

RGB 152 5 80 -
CMYK 0 0.97 0.47 0.40
HSL 329.39º 0.94% 0.31% -
HSV(B) 329.39º 0.97% 0.6% -
XYZ 14.45 7.36 8.25 -
YUV 57.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 152 5 80 0 0.97 0.47 0.40 329.39 0.94 0.31
Hex 98 5 50 0 61 2F 28 149 5E 1F
Octal 230 5 120 0 141 57 50 511 136 37
Binary 10011000 101 1010000 0 1100001 101111 101000 101001001 1011110 11111

Color Harmonies of #980550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980550

Black with #980550

Text Example


Text Example

White with #980550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980550; }

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

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

background-color css

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

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

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

border-color css

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

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

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