#9E0760

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

Shades of Jazzberry Jam #9E0760

Tints of Jazzberry Jam #9E0760

Color information

#9E0760 (or 0x9E0760) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 07 and 60. RGB value is (158,7,96). Sum of RGB (Red+Green+Blue) = 158+7+96=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0760 is #61F89F. Grayscale: #3E3E3E. Windows color (decimal): -6420640 or 6293406. OLE color: 6293406.

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

Color convert

RGB158796-
CMYK00.960.390.38
HSL324.64º91.52%32.35%-
HSV(B)324.64º95.57%61.96%-
XYZ16.298.2711.8-
YUV62.3147.03196.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.54%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=60.54%
G=2.68%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15879600.960.390.38324.6491.5232.35
Hex9E76006027261455c20
Octal23671400140474650513440
Binary100111101111100000011000001001111001101010001011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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