Html Css Color HEX #960557 Jazzberry Jam

📋 copy color: '#960557'

red 150 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #960557

Tints of Jazzberry Jam #960557

RGB

 RED value IS 150 (58.98% from 255) = 61.98%

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 61.98%
G = 2.07%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#960557 (or 0x960557) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 57. RGB value is (150,5,87). Sum of RGB (Red+Green+Blue) = 150+5+87=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #960557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960557 is #69FAA8. Grayscale: #393939. Windows color (decimal): -6945449 or 5703062. OLE color: 5703062.

HSL color Cylindrical-coordinate representation of color #960557: hue angle of 326.07º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960557 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 87 -
CMYK 0 0.97 0.42 0.41
HSL 326.07º 0.94% 0.3% -
HSV(B) 326.07º 0.97% 0.59% -
XYZ 14.35 7.28 9.67 -
YUV 57.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 150 5 87 0 0.97 0.42 0.41 326.07 0.94 0.3
Hex 96 5 57 0 61 2A 29 146 5E 1E
Octal 226 5 127 0 141 52 51 506 136 36
Binary 10010110 101 1010111 0 1100001 101010 101001 101000110 1011110 11110

Color Harmonies of #960557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960557

Black with #960557

Text Example


Text Example

White with #960557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960557; }

 p { color: rgb(150,5,87); }

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

background-color css

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

 a { background-color: rgb(150,5,87); }

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

border-color css

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

 span { border-color: rgb(150,5,87); }

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