Html Css Color HEX #971263 Jazzberry Jam

📋 copy color: '#971263'

red 151 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #971263

Tints of Jazzberry Jam #971263

RGB

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

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

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

R = 56.34%
G = 6.72%
B = 36.94%

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

#971263 (or 0x971263) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 63. RGB value is (151,18,99). Sum of RGB (Red+Green+Blue) = 151+18+99=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #971263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971263 is #68ED9C. Grayscale: #424242. Windows color (decimal): -6876573 or 6492823. OLE color: 6492823.

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

Color convert

RGB 151 18 99 -
CMYK 0 0.88 0.34 0.41
HSL 323.46º 0.79% 0.33% -
HSV(B) 323.46º 0.88% 0.59% -
XYZ 15.23 7.91 12.53 -
YUV 67 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 151 18 99 0 0.88 0.34 0.41 323.46 0.79 0.33
Hex 97 12 63 0 58 22 29 143 4F 21
Octal 227 22 143 0 130 42 51 503 117 41
Binary 10010111 10010 1100011 0 1011000 100010 101001 101000011 1001111 100001

Color Harmonies of #971263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971263

Black with #971263

Text Example


Text Example

White with #971263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971263; }

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

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

background-color css

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

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

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

border-color css

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

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

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