Html Css Color HEX #971264 Jazzberry Jam

📋 copy color: '#971264'

red 151 ◦ green 18 ◦ blue 100

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

Shades of Jazzberry Jam #971264

Tints of Jazzberry Jam #971264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 56.13%
G = 6.69%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#971264 (or 0x971264) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 64. RGB value is (151,18,100). Sum of RGB (Red+Green+Blue) = 151+18+100=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #971264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971264 is #68ED9B. Grayscale: #424242. Windows color (decimal): -6876572 or 6558359. OLE color: 6558359.

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

Color convert

RGB 151 18 100 -
CMYK 0 0.88 0.34 0.41
HSL 323.01º 0.79% 0.33% -
HSV(B) 323.01º 0.88% 0.59% -
XYZ 15.28 7.93 12.78 -
YUV 67.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 151 18 100 0 0.88 0.34 0.41 323.01 0.79 0.33
Hex 97 12 64 0 58 22 29 143 4F 21
Octal 227 22 144 0 130 42 51 503 117 41
Binary 10010111 10010 1100100 0 1011000 100010 101001 101000011 1001111 100001

Color Harmonies of #971264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971264

Black with #971264

Text Example


Text Example

White with #971264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971264; }

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

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

background-color css

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

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

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

border-color css

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

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

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