Html Css Color HEX #971163 Jazzberry Jam

📋 copy color: '#971163'

red 151 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #971163

Tints of Jazzberry Jam #971163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 56.55%
G = 6.37%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#971163 (or 0x971163) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 63. RGB value is (151,17,99). Sum of RGB (Red+Green+Blue) = 151+17+99=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #971163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971163 is #68EE9C. Grayscale: #424242. Windows color (decimal): -6876829 or 6492567. OLE color: 6492567.

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

Color convert

RGB 151 17 99 -
CMYK 0 0.89 0.34 0.41
HSL 323.28º 0.8% 0.33% -
HSV(B) 323.28º 0.89% 0.59% -
XYZ 15.22 7.88 12.52 -
YUV 66.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 151 17 99 0 0.89 0.34 0.41 323.28 0.8 0.33
Hex 97 11 63 0 59 22 29 143 50 21
Octal 227 21 143 0 131 42 51 503 120 41
Binary 10010111 10001 1100011 0 1011001 100010 101001 101000011 1010000 100001

Color Harmonies of #971163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971163

Black with #971163

Text Example


Text Example

White with #971163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971163; }

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

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

background-color css

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

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

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

border-color css

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

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

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