#9E0963

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

Shades of Jazzberry Jam #9E0963

Tints of Jazzberry Jam #9E0963

Color information

#9E0963 (or 0x9E0963) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 09 and 63. RGB value is (158,9,99). Sum of RGB (Red+Green+Blue) = 158+9+99=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0963 is #61F69C. Grayscale: #3F3F3F. Windows color (decimal): -6420125 or 6490526. OLE color: 6490526.

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

Color convert

RGB158999-
CMYK00.940.370.38
HSL323.76º89.22%32.75%-
HSV(B)323.76º94.3%61.96%-
XYZ16.458.3712.55-
YUV63.81147.86195.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=59.40%
G=3.38%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15899900.940.370.38323.7689.2232.75
Hex9E96305E25261445921
Octal236111430136454650413141
Binary1001111010011100011010111101001011001101010001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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