#9E1E61

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

Shades of Jazzberry Jam #9E1E61

Tints of Jazzberry Jam #9E1E61

Color information

#9E1E61 (or 0x9E1E61) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 1E and 61. RGB value is (158,30,97). Sum of RGB (Red+Green+Blue) = 158+30+97=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E61 is #61E19E. Grayscale: #4B4B4B. Windows color (decimal): -6414751 or 6364830. OLE color: 6364830.

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

Color convert

RGB1583097-
CMYK00.810.390.38
HSL328.59º68.09%36.86%-
HSV(B)328.59º81.01%61.96%-
XYZ16.729.0612.18-
YUV75.91139.91186.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.44%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=55.44%
G=10.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158309700.810.390.38328.5968.0936.86
Hex9E1E6105127261494425
Octal236361410121474651110445
Binary10011110111101100001010100011001111001101010010011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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