#9D165A

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

Shades of Jazzberry Jam #9D165A

Tints of Jazzberry Jam #9D165A

Color information

#9D165A (or 0x9D165A) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 16 and 5A. RGB value is (157,22,90). Sum of RGB (Red+Green+Blue) = 157+22+90=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D165A is #62E9A5. Grayscale: #454545. Windows color (decimal): -6482342 or 5904029. OLE color: 5904029.

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

Color convert

RGB1572290-
CMYK00.860.430.38
HSL329.78º75.42%35.1%-
HSV(B)329.78º85.99%61.57%-
XYZ16.048.4810.46-
YUV70.12139.23189.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 90 (35.55% from 255) = 33.46%
R=58.36%
G=8.18%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157229000.860.430.38329.7875.4235.1
Hex9D165A0562B2614a4b23
Octal235261320126534651211343
Binary10011101101101011010010101101010111001101010010101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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