#971864

Color #971864 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #971864

Tints of Jazzberry Jam #971864

Color information

#971864 (or 0x971864) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 18 and 64. RGB value is (151,24,100). Sum of RGB (Red+Green+Blue) = 151+24+100=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #971864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971864 is #68E79B. Grayscale: #464646. Windows color (decimal): -6875036 or 6559895. OLE color: 6559895.

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

Color convert

RGB15124100-
CMYK00.840.340.41
HSL324.09º72.57%34.31%-
HSV(B)324.09º84.11%59.22%-
XYZ15.398.1512.82-
YUV70.64144.58185.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.91%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=54.91%
G=8.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512410000.840.340.41324.0972.5734.31
Hex97186405422291444922
Octal227301440124425150411142
Binary10010111110001100100010101001000101010011010001001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971864; }

 p { color: rgb(151,24,100); }

 H1.HeaderClassName
 {
   color: #971864;
 }
 .AnyTagClassName
 {
   color: #971864;
 }
</style>
background-color css

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

 a { background-color: rgb(151,24,100); }

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

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

 span { border-color: rgb(151,24,100); }

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