Html Css Color HEX #980552 Jazzberry Jam

📋 copy color: '#980552'

red 152 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #980552

Tints of Jazzberry Jam #980552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 63.6%
G = 2.09%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#980552 (or 0x980552) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 52. RGB value is (152,5,82). Sum of RGB (Red+Green+Blue) = 152+5+82=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #980552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980552 is #67FAAD. Grayscale: #393939. Windows color (decimal): -6814382 or 5375384. OLE color: 5375384.

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

Color convert

RGB 152 5 82 -
CMYK 0 0.97 0.46 0.40
HSL 328.57º 0.94% 0.31% -
HSV(B) 328.57º 0.97% 0.6% -
XYZ 14.53 7.39 8.64 -
YUV 57.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 152 5 82 0 0.97 0.46 0.40 328.57 0.94 0.31
Hex 98 5 52 0 61 2E 28 149 5E 1F
Octal 230 5 122 0 141 56 50 511 136 37
Binary 10011000 101 1010010 0 1100001 101110 101000 101001001 1011110 11111

Color Harmonies of #980552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980552

Black with #980552

Text Example


Text Example

White with #980552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980552; }

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

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

background-color css

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

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

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

border-color css

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

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

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