#9D2165

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

Shades of Jazzberry Jam #9D2165

Tints of Jazzberry Jam #9D2165

Color information

#9D2165 (or 0x9D2165) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 21 and 65. RGB value is (157,33,101). Sum of RGB (Red+Green+Blue) = 157+33+101=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2165 is #62DE9A. Grayscale: #4D4D4D. Windows color (decimal): -6479515 or 6627741. OLE color: 6627741.

HSL color Cylindrical-coordinate representation of color #9D2165: hue angle of 327.1º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2165 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15733101-
CMYK00.790.360.38
HSL327.1º65.26%37.25%-
HSV(B)327.1º78.98%61.57%-
XYZ16.89.213.2-
YUV77.83141.08184.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.95%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=53.95%
G=11.34%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573310100.790.360.38327.165.2637.25
Hex9D216504F24261474125
Octal235411450117444650710145
Binary100111011000011100101010011111001001001101010001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,101); }

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

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

 a { background-color: rgb(157,33,101); }

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

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

 span { border-color: rgb(157,33,101); }

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