Html Css Color HEX #981965 Jazzberry Jam

📋 copy color: '#981965'

red 152 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #981965

Tints of Jazzberry Jam #981965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 54.68%
G = 8.99%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#981965 (or 0x981965) is known color: Jazzberry Jam. HEX triplet: 98, 19 and 65. RGB value is (152,25,101). Sum of RGB (Red+Green+Blue) = 152+25+101=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #981965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981965 is #67E69A. Grayscale: #474747. Windows color (decimal): -6809243 or 6625688. OLE color: 6625688.

HSL color Cylindrical-coordinate representation of color #981965: hue angle of 324.09º degrees, saturation: 0.72, 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 #981965 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 101 -
CMYK 0 0.84 0.34 0.40
HSL 324.09º 0.72% 0.35% -
HSV(B) 324.09º 0.84% 0.6% -
XYZ 15.65 8.31 13.09 -
YUV 71.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 152 25 101 0 0.84 0.34 0.40 324.09 0.72 0.35
Hex 98 19 65 0 54 22 28 144 48 23
Octal 230 31 145 0 124 42 50 504 110 43
Binary 10011000 11001 1100101 0 1010100 100010 101000 101000100 1001000 100011

Color Harmonies of #981965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981965

Black with #981965

Text Example


Text Example

White with #981965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981965; }

 p { color: rgb(152,25,101); }

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

background-color css

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

 a { background-color: rgb(152,25,101); }

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

border-color css

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

 span { border-color: rgb(152,25,101); }

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