#9D095D

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

Shades of Jazzberry Jam #9D095D

Tints of Jazzberry Jam #9D095D

Color information

#9D095D (or 0x9D095D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 09 and 5D. RGB value is (157,9,93). Sum of RGB (Red+Green+Blue) = 157+9+93=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D095D is #62F6A2. Grayscale: #3E3E3E. Windows color (decimal): -6485667 or 6097309. OLE color: 6097309.

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

Color convert

RGB157993-
CMYK00.940.410.38
HSL325.95º89.16%32.55%-
HSV(B)325.95º94.27%61.57%-
XYZ15.988.1511.09-
YUV62.83145.03195.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=60.62%
G=3.47%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15799300.940.410.38325.9589.1632.55
Hex9D95D05E29261465921
Octal235111350136514650613141
Binary1001110110011011101010111101010011001101010001101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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