#9E1E5F

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

Shades of Jazzberry Jam #9E1E5F

Tints of Jazzberry Jam #9E1E5F

Color information

#9E1E5F (or 0x9E1E5F) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 1E and 5F. RGB value is (158,30,95). Sum of RGB (Red+Green+Blue) = 158+30+95=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E5F is #61E1A0. Grayscale: #4B4B4B. Windows color (decimal): -6414753 or 6233758. OLE color: 6233758.

HSL color Cylindrical-coordinate representation of color #9E1E5F: hue angle of 329.53º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E1E5F is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1583095-
CMYK00.810.400.38
HSL329.53º68.09%36.86%-
HSV(B)329.53º81.01%61.96%-
XYZ16.639.0211.69-
YUV75.68138.91186.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.83%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=55.83%
G=10.60%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158309500.810.400.38329.5368.0936.86
Hex9E1E5F051282614a4425
Octal236361370121504651210445
Binary10011110111101011111010100011010001001101010010101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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