Html Css Color HEX #980553 Jazzberry Jam

📋 copy color: '#980553'

red 152 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #980553

Tints of Jazzberry Jam #980553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 63.33%
G = 2.08%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980553 (or 0x980553) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 53. RGB value is (152,5,83). Sum of RGB (Red+Green+Blue) = 152+5+83=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #980553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980553 is #67FAAC. Grayscale: #393939. Windows color (decimal): -6814381 or 5440920. OLE color: 5440920.

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

Color convert

RGB 152 5 83 -
CMYK 0 0.97 0.45 0.40
HSL 328.16º 0.94% 0.31% -
HSV(B) 328.16º 0.97% 0.6% -
XYZ 14.56 7.41 8.85 -
YUV 57.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 152 5 83 0 0.97 0.45 0.40 328.16 0.94 0.31
Hex 98 5 53 0 61 2D 28 148 5E 1F
Octal 230 5 123 0 141 55 50 510 136 37
Binary 10011000 101 1010011 0 1100001 101101 101000 101001000 1011110 11111

Color Harmonies of #980553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980553

Black with #980553

Text Example


Text Example

White with #980553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980553; }

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

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

background-color css

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

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

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

border-color css

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

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

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