#9E0756

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

Shades of Jazzberry Jam #9E0756

Tints of Jazzberry Jam #9E0756

Color information

#9E0756 (or 0x9E0756) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 07 and 56. RGB value is (158,7,86). Sum of RGB (Red+Green+Blue) = 158+7+86=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0756 is #61F8A9. Grayscale: #3C3C3C. Windows color (decimal): -6420650 or 5638046. OLE color: 5638046.

HSL color Cylindrical-coordinate representation of color #9E0756: hue angle of 328.61º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0756 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB158786-
CMYK00.960.460.38
HSL328.61º91.52%32.35%-
HSV(B)328.61º95.57%61.96%-
XYZ15.868.099.53-
YUV61.16142.03197.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=62.95%
G=2.79%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15878600.960.460.38328.6191.5232.35
Hex9E7560602E261495c20
Octal23671260140564651113440
Binary100111101111010110011000001011101001101010010011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,86); }

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

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

 a { background-color: rgb(158,7,86); }

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

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

 span { border-color: rgb(158,7,86); }

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