#9D105E

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

Shades of Jazzberry Jam #9D105E

Tints of Jazzberry Jam #9D105E

Color information

#9D105E (or 0x9D105E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 10 and 5E. RGB value is (157,16,94). Sum of RGB (Red+Green+Blue) = 157+16+94=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D105E is #62EFA1. Grayscale: #424242. Windows color (decimal): -6483874 or 6164637. OLE color: 6164637.

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

Color convert

RGB1571694-
CMYK00.900.400.38
HSL326.81º81.5%33.92%-
HSV(B)326.81º89.81%61.57%-
XYZ16.118.3511.35-
YUV67.05143.21192.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=58.80%
G=5.99%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157169400.900.400.38326.8181.533.92
Hex9D105E05A28261475222
Octal235201360132504650712242
Binary10011101100001011110010110101010001001101010001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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