Html Css Color HEX #971963 Jazzberry Jam

📋 copy color: '#971963'

red 151 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #971963

Tints of Jazzberry Jam #971963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 54.91%
G = 9.09%
B = 36%

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

#971963 (or 0x971963) is known color: Jazzberry Jam. HEX triplet: 97, 19 and 63. RGB value is (151,25,99). Sum of RGB (Red+Green+Blue) = 151+25+99=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #971963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971963 is #68E69C. Grayscale: #464646. Windows color (decimal): -6874781 or 6494615. OLE color: 6494615.

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

Color convert

RGB 151 25 99 -
CMYK 0 0.83 0.34 0.41
HSL 324.76º 0.72% 0.35% -
HSV(B) 324.76º 0.83% 0.59% -
XYZ 15.36 8.18 12.57 -
YUV 71.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 151 25 99 0 0.83 0.34 0.41 324.76 0.72 0.35
Hex 97 19 63 0 53 22 29 145 48 23
Octal 227 31 143 0 123 42 51 505 110 43
Binary 10010111 11001 1100011 0 1010011 100010 101001 101000101 1001000 100011

Color Harmonies of #971963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971963

Black with #971963

Text Example


Text Example

White with #971963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971963; }

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

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

background-color css

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

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

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

border-color css

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

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

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