#9E095D

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

Shades of Jazzberry Jam #9E095D

Tints of Jazzberry Jam #9E095D

Color information

#9E095D (or 0x9E095D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 09 and 5D. RGB value is (158,9,93). Sum of RGB (Red+Green+Blue) = 158+9+93=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E095D is #61F6A2. Grayscale: #3E3E3E. Windows color (decimal): -6420131 or 6097310. OLE color: 6097310.

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

Color convert

RGB158993-
CMYK00.940.410.38
HSL326.17º89.22%32.75%-
HSV(B)326.17º94.3%61.96%-
XYZ16.178.2511.1-
YUV63.13144.86195.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 9 (3.91% from 255) = 3.46%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=60.77%
G=3.46%
B=35.77%

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
Decimal15899300.940.410.38326.1789.2232.75
Hex9E95D05E29261465921
Octal236111350136514650613141
Binary1001111010011011101010111101010011001101010001101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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