Html Css Color HEX #961659 Jazzberry Jam

📋 copy color: '#961659'

red 150 ◦ green 22 ◦ blue 89

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

Shades of Jazzberry Jam #961659

Tints of Jazzberry Jam #961659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 57.47%
G = 8.43%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#961659 (or 0x961659) is known color: Jazzberry Jam. HEX triplet: 96, 16 and 59. RGB value is (150,22,89). Sum of RGB (Red+Green+Blue) = 150+22+89=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #961659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961659 is #69E9A6. Grayscale: #434343. Windows color (decimal): -6941095 or 5838486. OLE color: 5838486.

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

Color convert

RGB 150 22 89 -
CMYK 0 0.85 0.41 0.41
HSL 328.59º 0.74% 0.34% -
HSV(B) 328.59º 0.85% 0.59% -
XYZ 14.67 7.78 10.18 -
YUV 67.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 150 22 89 0 0.85 0.41 0.41 328.59 0.74 0.34
Hex 96 16 59 0 55 29 29 149 4A 22
Octal 226 26 131 0 125 51 51 511 112 42
Binary 10010110 10110 1011001 0 1010101 101001 101001 101001001 1001010 100010

Color Harmonies of #961659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961659

Black with #961659

Text Example


Text Example

White with #961659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961659; }

 p { color: rgb(150,22,89); }

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

background-color css

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

 a { background-color: rgb(150,22,89); }

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

border-color css

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

 span { border-color: rgb(150,22,89); }

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