Html Css Color HEX #980147 Jazzberry Jam

📋 copy color: '#980147'

red 152 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #980147

Tints of Jazzberry Jam #980147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 67.86%
G = 0.45%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#980147 (or 0x980147) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 47. RGB value is (152,1,71). Sum of RGB (Red+Green+Blue) = 152+1+71=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980147 is #67FEB8. Grayscale: #363636. Windows color (decimal): -6815417 or 4653464. OLE color: 4653464.

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

Color convert

RGB 152 1 71 -
CMYK 0 0.99 0.53 0.40
HSL 332.19º 0.99% 0.3% -
HSV(B) 332.19º 0.99% 0.6% -
XYZ 14.1 7.15 6.6 -
YUV 54.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 152 1 71 0 0.99 0.53 0.40 332.19 0.99 0.3
Hex 98 1 47 0 63 35 28 14C 63 1E
Octal 230 1 107 0 143 65 50 514 143 36
Binary 10011000 1 1000111 0 1100011 110101 101000 101001100 1100011 11110

Color Harmonies of #980147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980147

Black with #980147

Text Example


Text Example

White with #980147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980147; }

 p { color: rgb(152,1,71); }

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

background-color css

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

 a { background-color: rgb(152,1,71); }

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

border-color css

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

 span { border-color: rgb(152,1,71); }

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