Html Css Color HEX #981E61 Jazzberry Jam

📋 copy color: '#981E61'

red 152 ◦ green 30 ◦ blue 97

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

Shades of Jazzberry Jam #981E61

Tints of Jazzberry Jam #981E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 54.48%
G = 10.75%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#981E61 (or 0x981E61) is known color: Jazzberry Jam. HEX triplet: 98, 1E and 61. RGB value is (152,30,97). Sum of RGB (Red+Green+Blue) = 152+30+97=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #981E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E61 is #67E19E. Grayscale: #494949. Windows color (decimal): -6807967 or 6364824. OLE color: 6364824.

HSL color Cylindrical-coordinate representation of color #981E61: hue angle of 327.05º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E61 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 97 -
CMYK 0 0.80 0.36 0.40
HSL 327.05º 0.67% 0.36% -
HSV(B) 327.05º 0.8% 0.6% -
XYZ 15.57 8.47 12.12 -
YUV 74.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 152 30 97 0 0.80 0.36 0.40 327.05 0.67 0.36
Hex 98 1E 61 0 50 24 28 147 43 24
Octal 230 36 141 0 120 44 50 507 103 44
Binary 10011000 11110 1100001 0 1010000 100100 101000 101000111 1000011 100100

Color Harmonies of #981E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E61

Black with #981E61

Text Example


Text Example

White with #981E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981E61; }

 p { color: rgb(152,30,97); }

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

background-color css

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

 a { background-color: rgb(152,30,97); }

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

border-color css

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

 span { border-color: rgb(152,30,97); }

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