Html Css Color HEX #960553 Jazzberry Jam

📋 copy color: '#960553'

red 150 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #960553

Tints of Jazzberry Jam #960553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 63.03%
G = 2.1%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#960553 (or 0x960553) is known color: Jazzberry Jam. HEX triplet: 96, 05 and 53. RGB value is (150,5,83). Sum of RGB (Red+Green+Blue) = 150+5+83=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #960553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960553 is #69FAAC. Grayscale: #393939. Windows color (decimal): -6945453 or 5440918. OLE color: 5440918.

HSL color Cylindrical-coordinate representation of color #960553: hue angle of 327.72º 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 #960553 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 83 -
CMYK 0 0.97 0.45 0.41
HSL 327.72º 0.94% 0.3% -
HSV(B) 327.72º 0.97% 0.59% -
XYZ 14.19 7.22 8.83 -
YUV 57.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 150 5 83 0 0.97 0.45 0.41 327.72 0.94 0.3
Hex 96 5 53 0 61 2D 29 148 5E 1E
Octal 226 5 123 0 141 55 51 510 136 36
Binary 10010110 101 1010011 0 1100001 101101 101001 101001000 1011110 11110

Color Harmonies of #960553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960553

Black with #960553

Text Example


Text Example

White with #960553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960553; }

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

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

background-color css

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

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

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

border-color css

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

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

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