Html Css Color HEX #972168 Jazzberry Jam

📋 copy color: '#972168'

red 151 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #972168

Tints of Jazzberry Jam #972168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 52.43%
G = 11.46%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#972168 (or 0x972168) is known color: Jazzberry Jam. HEX triplet: 97, 21 and 68. RGB value is (151,33,104). Sum of RGB (Red+Green+Blue) = 151+33+104=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #972168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972168 is #68DE97. Grayscale: #4C4C4C. Windows color (decimal): -6872728 or 6824343. OLE color: 6824343.

HSL color Cylindrical-coordinate representation of color #972168: hue angle of 323.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972168 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 104 -
CMYK 0 0.78 0.31 0.41
HSL 323.9º 0.64% 0.36% -
HSV(B) 323.9º 0.78% 0.59% -
XYZ 15.81 8.67 13.94 -
YUV 76.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 151 33 104 0 0.78 0.31 0.41 323.9 0.64 0.36
Hex 97 21 68 0 4E 1F 29 144 40 24
Octal 227 41 150 0 116 37 51 504 100 44
Binary 10010111 100001 1101000 0 1001110 11111 101001 101000100 1000000 100100

Color Harmonies of #972168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972168

Black with #972168

Text Example


Text Example

White with #972168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972168; }

 p { color: rgb(151,33,104); }

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

background-color css

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

 a { background-color: rgb(151,33,104); }

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

border-color css

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

 span { border-color: rgb(151,33,104); }

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