Html Css Color HEX #980050 Jazzberry Jam

📋 copy color: '#980050'

red 152 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #980050

Tints of Jazzberry Jam #980050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.52%
G = 0%
B = 34.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#980050 (or 0x980050) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 50. RGB value is (152,0,80). Sum of RGB (Red+Green+Blue) = 152+0+80=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #980050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980050 is #67FFAF. Grayscale: #363636. Windows color (decimal): -6815664 or 5243032. OLE color: 5243032.

HSL color Cylindrical-coordinate representation of color #980050: hue angle of 328.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980050 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 80 -
CMYK 0 1 0.47 0.40
HSL 328.42º 1% 0.3% -
HSV(B) 328.42º 1% 0.6% -
XYZ 14.4 7.25 8.23 -
YUV 54.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 152 0 80 0 1 0.47 0.40 328.42 1 0.3
Hex 98 0 50 0 64 2F 28 148 64 1E
Octal 230 0 120 0 144 57 50 510 144 36
Binary 10011000 0 1010000 0 1100100 101111 101000 101001000 1100100 11110

Color Harmonies of #980050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980050

Black with #980050

Text Example


Text Example

White with #980050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980050; }

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

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

background-color css

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

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

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

border-color css

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

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

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