#9E165E

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

Shades of Jazzberry Jam #9E165E

Tints of Jazzberry Jam #9E165E

Color information

#9E165E (or 0x9E165E) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 16 and 5E. RGB value is (158,22,94). Sum of RGB (Red+Green+Blue) = 158+22+94=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E165E is #61E9A1. Grayscale: #464646. Windows color (decimal): -6416802 or 6166174. OLE color: 6166174.

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

Color convert

RGB1582294-
CMYK00.860.410.38
HSL328.24º75.56%35.29%-
HSV(B)328.24º86.08%61.96%-
XYZ16.418.6511.39-
YUV70.87141.06190.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.66%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=57.66%
G=8.03%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158229400.860.410.38328.2475.5635.29
Hex9E165E05629261484c23
Octal236261360126514651011443
Binary10011110101101011110010101101010011001101010010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,22,94); }

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

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

 a { background-color: rgb(158,22,94); }

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

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

 span { border-color: rgb(158,22,94); }

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