#9E195E

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

Shades of Jazzberry Jam #9E195E

Tints of Jazzberry Jam #9E195E

Color information

#9E195E (or 0x9E195E) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 19 and 5E. RGB value is (158,25,94). Sum of RGB (Red+Green+Blue) = 158+25+94=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E195E is #61E6A1. Grayscale: #484848. Windows color (decimal): -6416034 or 6166942. OLE color: 6166942.

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

Color convert

RGB1582594-
CMYK00.840.410.38
HSL328.87º72.68%35.88%-
HSV(B)328.87º84.18%61.96%-
XYZ16.478.7711.41-
YUV72.63140.06188.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.04%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=57.04%
G=9.03%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158259400.840.410.38328.8772.6835.88
Hex9E195E05429261494924
Octal236311360124514651111144
Binary10011110110011011110010101001010011001101010010011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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