Html Css Color HEX #971966 Jazzberry Jam

📋 copy color: '#971966'

red 151 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #971966

Tints of Jazzberry Jam #971966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 54.32%
G = 8.99%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#971966 (or 0x971966) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 66. RGB value is (151,25,102). Sum of RGB (Red+Green+Blue) = 151+25+102=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #971966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971966 is #68E699. Grayscale: #474747. Windows color (decimal): -6874778 or 6691223. OLE color: 6691223.

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

Color convert

RGB 151 25 102 -
CMYK 0 0.83 0.32 0.41
HSL 323.33º 0.72% 0.35% -
HSV(B) 323.33º 0.83% 0.59% -
XYZ 15.51 8.23 13.34 -
YUV 71.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 151 25 102 0 0.83 0.32 0.41 323.33 0.72 0.35
Hex 97 19 66 0 53 20 29 143 48 23
Octal 227 31 146 0 123 40 51 503 110 43
Binary 10010111 11001 1100110 0 1010011 100000 101001 101000011 1001000 100011

Color Harmonies of #971966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971966

Black with #971966

Text Example


Text Example

White with #971966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971966; }

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

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

background-color css

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

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

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

border-color css

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

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

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