Html Css Color HEX #981861 Jazzberry Jam

📋 copy color: '#981861'

red 152 ◦ green 24 ◦ blue 97

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

Shades of Jazzberry Jam #981861

Tints of Jazzberry Jam #981861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 55.68%
G = 8.79%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#981861 (or 0x981861) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 61. RGB value is (152,24,97). Sum of RGB (Red+Green+Blue) = 152+24+97=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981861 is #67E79E. Grayscale: #464646. Windows color (decimal): -6809503 or 6363288. OLE color: 6363288.

HSL color Cylindrical-coordinate representation of color #981861: hue angle of 325.78º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981861 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 97 -
CMYK 0 0.84 0.36 0.40
HSL 325.78º 0.73% 0.35% -
HSV(B) 325.78º 0.84% 0.6% -
XYZ 15.43 8.19 12.08 -
YUV 70.59 142.91 186.06 -
System Red Green Blue C M Y K H S L
Decimal 152 24 97 0 0.84 0.36 0.40 325.78 0.73 0.35
Hex 98 18 61 0 54 24 28 146 49 23
Octal 230 30 141 0 124 44 50 506 111 43
Binary 10011000 11000 1100001 0 1010100 100100 101000 101000110 1001001 100011

Color Harmonies of #981861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981861

Black with #981861

Text Example


Text Example

White with #981861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981861; }

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

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

background-color css

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

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

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

border-color css

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

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

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