#9E195F

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

Shades of Jazzberry Jam #9E195F

Tints of Jazzberry Jam #9E195F

Color information

#9E195F (or 0x9E195F) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 19 and 5F. RGB value is (158,25,95). Sum of RGB (Red+Green+Blue) = 158+25+95=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E195F is #61E6A0. Grayscale: #484848. Windows color (decimal): -6416033 or 6232478. OLE color: 6232478.

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

Color convert

RGB1582595-
CMYK00.840.400.38
HSL328.42º72.68%35.88%-
HSV(B)328.42º84.18%61.96%-
XYZ16.518.7911.65-
YUV72.75140.56188.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.83%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=56.83%
G=8.99%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158259500.840.400.38328.4272.6835.88
Hex9E195F05428261484924
Octal236311370124504651011144
Binary10011110110011011111010101001010001001101010010001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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