Html Css Color HEX #980144 Jazzberry Jam

📋 copy color: '#980144'

red 152 ◦ green 1 ◦ blue 68

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

Shades of Jazzberry Jam #980144

Tints of Jazzberry Jam #980144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 68.78%
G = 0.45%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980144 (or 0x980144) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 44. RGB value is (152,1,68). Sum of RGB (Red+Green+Blue) = 152+1+68=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #980144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980144 is #67FEBB. Grayscale: #353535. Windows color (decimal): -6815420 or 4456856. OLE color: 4456856.

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

Color convert

RGB 152 1 68 -
CMYK 0 0.99 0.55 0.40
HSL 333.38º 0.99% 0.3% -
HSV(B) 333.38º 0.99% 0.6% -
XYZ 14 7.11 6.1 -
YUV 53.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 152 1 68 0 0.99 0.55 0.40 333.38 0.99 0.3
Hex 98 1 44 0 63 37 28 14D 63 1E
Octal 230 1 104 0 143 67 50 515 143 36
Binary 10011000 1 1000100 0 1100011 110111 101000 101001101 1100011 11110

Color Harmonies of #980144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980144

Black with #980144

Text Example


Text Example

White with #980144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980144; }

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

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

background-color css

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

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

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

border-color css

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

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

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