#9d165e

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

Shades of Jazzberry Jam #9D165E

Tints of Jazzberry Jam #9D165E

Color information

#9D165E (or 0x9D165E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 16 and 5E. RGB value is (157,22,94). Sum of RGB (Red+Green+Blue) = 157+22+94=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D165E is #62E9A1. Grayscale: #464646. Windows color (decimal): -6482338 or 6166173. OLE color: 6166173.

HSL color Cylindrical-coordinate representation of color #9D165E: hue angle of 328º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D165E is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1572294-
CMYK00.860.400.38
HSL328º75.42%35.1%-
HSV(B)328º85.99%61.57%-
XYZ16.218.5511.39-
YUV70.57141.23189.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=57.51%
G=8.06%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157229400.860.400.3832875.4235.1
Hex9D165E05628261484b23
Octal235261360126504651011343
Binary10011101101101011110010101101010001001101010010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d165e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,22,94); }

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

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

 a { background-color: rgb(157,22,94); }

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

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

 span { border-color: rgb(157,22,94); }

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