#9D165B

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

Shades of Jazzberry Jam #9D165B

Tints of Jazzberry Jam #9D165B

Color information

#9D165B (or 0x9D165B) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 16 and 5B. RGB value is (157,22,91). Sum of RGB (Red+Green+Blue) = 157+22+91=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D165B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D165B is #62E9A4. Grayscale: #464646. Windows color (decimal): -6482341 or 5969565. OLE color: 5969565.

HSL color Cylindrical-coordinate representation of color #9D165B: hue angle of 329.33º 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 #9D165B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1572291-
CMYK00.860.420.38
HSL329.33º75.42%35.1%-
HSV(B)329.33º85.99%61.57%-
XYZ16.088.510.69-
YUV70.23139.73189.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.15%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=58.15%
G=8.15%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157229100.860.420.38329.3375.4235.1
Hex9D165B0562A261494b23
Octal235261330126524651111343
Binary10011101101101011011010101101010101001101010010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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