#9D105B

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

Shades of Jazzberry Jam #9D105B

Tints of Jazzberry Jam #9D105B

Color information

#9D105B (or 0x9D105B) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 10 and 5B. RGB value is (157,16,91). Sum of RGB (Red+Green+Blue) = 157+16+91=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D105B is #62EFA4. Grayscale: #424242. Windows color (decimal): -6483877 or 5968029. OLE color: 5968029.

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

Color convert

RGB1571691-
CMYK00.900.420.38
HSL328.09º81.5%33.92%-
HSV(B)328.09º89.81%61.57%-
XYZ15.988.2910.66-
YUV66.71141.71192.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.47%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=59.47%
G=6.06%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157169100.900.420.38328.0981.533.92
Hex9D105B05A2A261485222
Octal235201330132524651012242
Binary10011101100001011011010110101010101001101010010001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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