Html Css Color HEX #971063 Jazzberry Jam

📋 copy color: '#971063'

red 151 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #971063

Tints of Jazzberry Jam #971063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 56.77%
G = 6.02%
B = 37.22%

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

#971063 (or 0x971063) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 63. RGB value is (151,16,99). Sum of RGB (Red+Green+Blue) = 151+16+99=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #971063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971063 is #68EF9C. Grayscale: #414141. Windows color (decimal): -6877085 or 6492311. OLE color: 6492311.

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

Color convert

RGB 151 16 99 -
CMYK 0 0.89 0.34 0.41
HSL 323.11º 0.81% 0.33% -
HSV(B) 323.11º 0.89% 0.59% -
XYZ 15.2 7.85 12.52 -
YUV 65.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 151 16 99 0 0.89 0.34 0.41 323.11 0.81 0.33
Hex 97 10 63 0 59 22 29 143 51 21
Octal 227 20 143 0 131 42 51 503 121 41
Binary 10010111 10000 1100011 0 1011001 100010 101001 101000011 1010001 100001

Color Harmonies of #971063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971063

Black with #971063

Text Example


Text Example

White with #971063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971063; }

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

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

background-color css

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

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

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

border-color css

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

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

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