Html Css Color HEX #971964 Jazzberry Jam

📋 copy color: '#971964'

red 151 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #971964

Tints of Jazzberry Jam #971964

RGB

 RED value IS 151 (59.38% from 255) = 54.71%

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 54.71%
G = 9.06%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#971964 (or 0x971964) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 64. RGB value is (151,25,100). Sum of RGB (Red+Green+Blue) = 151+25+100=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #971964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971964 is #68E69B. Grayscale: #474747. Windows color (decimal): -6874780 or 6560151. OLE color: 6560151.

HSL color Cylindrical-coordinate representation of color #971964: hue angle of 324.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971964 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 100 -
CMYK 0 0.83 0.34 0.41
HSL 324.29º 0.72% 0.35% -
HSV(B) 324.29º 0.83% 0.59% -
XYZ 15.41 8.19 12.83 -
YUV 71.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 151 25 100 0 0.83 0.34 0.41 324.29 0.72 0.35
Hex 97 19 64 0 53 22 29 144 48 23
Octal 227 31 144 0 123 42 51 504 110 43
Binary 10010111 11001 1100100 0 1010011 100010 101001 101000100 1001000 100011

Color Harmonies of #971964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971964

Black with #971964

Text Example


Text Example

White with #971964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971964; }

 p { color: rgb(151,25,100); }

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

background-color css

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

 a { background-color: rgb(151,25,100); }

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

border-color css

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

 span { border-color: rgb(151,25,100); }

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