#9E0C61

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

Shades of Jazzberry Jam #9E0C61

Tints of Jazzberry Jam #9E0C61

Color information

#9E0C61 (or 0x9E0C61) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0C and 61. RGB value is (158,12,97). Sum of RGB (Red+Green+Blue) = 158+12+97=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C61 is #61F39E. Grayscale: #414141. Windows color (decimal): -6419359 or 6360222. OLE color: 6360222.

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

Color convert

RGB1581297-
CMYK00.920.390.38
HSL325.07º85.88%33.33%-
HSV(B)325.07º92.41%61.96%-
XYZ16.398.412.07-
YUV65.34145.87194.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=59.18%
G=4.49%
B=36.33%

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
Decimal158129700.920.390.38325.0785.8833.33
Hex9EC6105C27261455621
Octal236141410134474650512641
Binary1001111011001100001010111001001111001101010001011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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