Html Css Color HEX #961157 Jazzberry Jam

📋 copy color: '#961157'

red 150 ◦ green 17 ◦ blue 87

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

Shades of Jazzberry Jam #961157

Tints of Jazzberry Jam #961157

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

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

R = 59.06%
G = 6.69%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#961157 (or 0x961157) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 57. RGB value is (150,17,87). Sum of RGB (Red+Green+Blue) = 150+17+87=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #961157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961157 is #69EEA8. Grayscale: #404040. Windows color (decimal): -6942377 or 5706134. OLE color: 5706134.

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

Color convert

RGB 150 17 87 -
CMYK 0 0.89 0.42 0.41
HSL 328.42º 0.8% 0.33% -
HSV(B) 328.42º 0.89% 0.59% -
XYZ 14.5 7.57 9.71 -
YUV 64.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 150 17 87 0 0.89 0.42 0.41 328.42 0.8 0.33
Hex 96 11 57 0 59 2A 29 148 50 21
Octal 226 21 127 0 131 52 51 510 120 41
Binary 10010110 10001 1010111 0 1011001 101010 101001 101001000 1010000 100001

Color Harmonies of #961157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961157

Black with #961157

Text Example


Text Example

White with #961157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961157; }

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

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

background-color css

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

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

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

border-color css

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

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

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