#9D115E

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

Shades of Jazzberry Jam #9D115E

Tints of Jazzberry Jam #9D115E

Color information

#9D115E (or 0x9D115E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 11 and 5E. RGB value is (157,17,94). Sum of RGB (Red+Green+Blue) = 157+17+94=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D115E is #62EEA1. Grayscale: #434343. Windows color (decimal): -6483618 or 6164893. OLE color: 6164893.

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

Color convert

RGB1571794-
CMYK00.890.400.38
HSL327º80.46%34.12%-
HSV(B)327º89.17%61.57%-
XYZ16.138.3811.36-
YUV67.64142.88191.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=58.58%
G=6.34%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157179400.890.400.3832780.4634.12
Hex9D115E05928261475022
Octal235211360131504650712042
Binary10011101100011011110010110011010001001101010001111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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