#9D105D

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

Shades of Jazzberry Jam #9D105D

Tints of Jazzberry Jam #9D105D

Color information

#9D105D (or 0x9D105D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 10 and 5D. RGB value is (157,16,93). Sum of RGB (Red+Green+Blue) = 157+16+93=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D105D is #62EFA2. Grayscale: #424242. Windows color (decimal): -6483875 or 6099101. OLE color: 6099101.

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

Color convert

RGB1571693-
CMYK00.900.410.38
HSL327.23º81.5%33.92%-
HSV(B)327.23º89.81%61.57%-
XYZ16.078.3311.12-
YUV66.94142.71192.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.02%
GREEN value IS 16 (6.64% from 255) = 6.02%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=59.02%
G=6.02%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157169300.900.410.38327.2381.533.92
Hex9D105D05A29261475222
Octal235201350132514650712242
Binary10011101100001011101010110101010011001101010001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,16,93); }

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

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

 a { background-color: rgb(157,16,93); }

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

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

 span { border-color: rgb(157,16,93); }

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