Html Css Color HEX #981967 Jazzberry Jam

📋 copy color: '#981967'

red 152 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #981967

Tints of Jazzberry Jam #981967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 54.29%
G = 8.93%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#981967 (or 0x981967) is known color: Jazzberry Jam. HEX triplet: 98, 19 and 67. RGB value is (152,25,103). Sum of RGB (Red+Green+Blue) = 152+25+103=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #981967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981967 is #67E698. Grayscale: #474747. Windows color (decimal): -6809241 or 6756760. OLE color: 6756760.

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

Color convert

RGB 152 25 103 -
CMYK 0 0.84 0.32 0.40
HSL 323.15º 0.72% 0.35% -
HSV(B) 323.15º 0.84% 0.6% -
XYZ 15.74 8.35 13.61 -
YUV 71.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 152 25 103 0 0.84 0.32 0.40 323.15 0.72 0.35
Hex 98 19 67 0 54 20 28 143 48 23
Octal 230 31 147 0 124 40 50 503 110 43
Binary 10011000 11001 1100111 0 1010100 100000 101000 101000011 1001000 100011

Color Harmonies of #981967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981967

Black with #981967

Text Example


Text Example

White with #981967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981967; }

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

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

background-color css

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

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

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

border-color css

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

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

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