Html Css Color HEX #980154 Jazzberry Jam

📋 copy color: '#980154'

red 152 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #980154

Tints of Jazzberry Jam #980154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 64.14%
G = 0.42%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980154 (or 0x980154) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 54. RGB value is (152,1,84). Sum of RGB (Red+Green+Blue) = 152+1+84=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #980154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980154 is #67FEAB. Grayscale: #373737. Windows color (decimal): -6815404 or 5505432. OLE color: 5505432.

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

Color convert

RGB 152 1 84 -
CMYK 0 0.99 0.45 0.40
HSL 327.02º 0.99% 0.3% -
HSV(B) 327.02º 0.99% 0.6% -
XYZ 14.56 7.34 9.04 -
YUV 55.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 152 1 84 0 0.99 0.45 0.40 327.02 0.99 0.3
Hex 98 1 54 0 63 2D 28 147 63 1E
Octal 230 1 124 0 143 55 50 507 143 36
Binary 10011000 1 1010100 0 1100011 101101 101000 101000111 1100011 11110

Color Harmonies of #980154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980154

Black with #980154

Text Example


Text Example

White with #980154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980154; }

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

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

background-color css

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

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

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

border-color css

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

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

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