Html Css Color HEX #981E60 Jazzberry Jam

📋 copy color: '#981E60'

red 152 ◦ green 30 ◦ blue 96

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

Shades of Jazzberry Jam #981E60

Tints of Jazzberry Jam #981E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 54.68%
G = 10.79%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#981E60 (or 0x981E60) is known color: Jazzberry Jam. HEX triplet: 98, 1E and 60. RGB value is (152,30,96). Sum of RGB (Red+Green+Blue) = 152+30+96=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #981E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E60 is #67E19F. Grayscale: #494949. Windows color (decimal): -6807968 or 6299288. OLE color: 6299288.

HSL color Cylindrical-coordinate representation of color #981E60: hue angle of 327.54º 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 #981E60 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 96 -
CMYK 0 0.80 0.37 0.40
HSL 327.54º 0.67% 0.36% -
HSV(B) 327.54º 0.8% 0.6% -
XYZ 15.52 8.45 11.88 -
YUV 74 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 152 30 96 0 0.80 0.37 0.40 327.54 0.67 0.36
Hex 98 1E 60 0 50 25 28 148 43 24
Octal 230 36 140 0 120 45 50 510 103 44
Binary 10011000 11110 1100000 0 1010000 100101 101000 101001000 1000011 100100

Color Harmonies of #981E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E60

Black with #981E60

Text Example


Text Example

White with #981E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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