#9E0D61

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

Shades of Jazzberry Jam #9E0D61

Tints of Jazzberry Jam #9E0D61

Color information

#9E0D61 (or 0x9E0D61) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0D and 61. RGB value is (158,13,97). Sum of RGB (Red+Green+Blue) = 158+13+97=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D61 is #61F29E. Grayscale: #414141. Windows color (decimal): -6419103 or 6360478. OLE color: 6360478.

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

Color convert

RGB1581397-
CMYK00.920.390.38
HSL325.24º84.8%33.53%-
HSV(B)325.24º91.77%61.96%-
XYZ16.48.4212.07-
YUV65.93145.54193.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.96%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=58.96%
G=4.85%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158139700.920.390.38325.2484.833.53
Hex9ED6105C27261455522
Octal236151410134474650512542
Binary1001111011011100001010111001001111001101010001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,13,97); }

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

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

 a { background-color: rgb(158,13,97); }

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

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

 span { border-color: rgb(158,13,97); }

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