#9D1161

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

Shades of Jazzberry Jam #9D1161

Tints of Jazzberry Jam #9D1161

Color information

#9D1161 (or 0x9D1161) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 11 and 61. RGB value is (157,17,97). Sum of RGB (Red+Green+Blue) = 157+17+97=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1161 is #62EE9E. Grayscale: #434343. Windows color (decimal): -6483615 or 6361501. OLE color: 6361501.

HSL color Cylindrical-coordinate representation of color #9D1161: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1161 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1571797-
CMYK00.890.380.38
HSL325.71º80.46%34.12%-
HSV(B)325.71º89.17%61.57%-
XYZ16.268.4312.08-
YUV67.98144.38191.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.93%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=57.93%
G=6.27%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157179700.890.380.38325.7180.4634.12
Hex9D116105926261465022
Octal235211410131464650612042
Binary10011101100011100001010110011001101001101010001101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D1161; }

 p { color: rgb(157,17,97); }

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

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

 a { background-color: rgb(157,17,97); }

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

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

 span { border-color: rgb(157,17,97); }

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