#9E055E

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

Shades of Jazzberry Jam #9E055E

Tints of Jazzberry Jam #9E055E

Color information

#9E055E (or 0x9E055E) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 5E. RGB value is (158,5,94). Sum of RGB (Red+Green+Blue) = 158+5+94=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E055E is #61FAA1. Grayscale: #3C3C3C. Windows color (decimal): -6421154 or 6161822. OLE color: 6161822.

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

Color convert

RGB158594-
CMYK00.970.410.38
HSL325.1º93.87%31.96%-
HSV(B)325.1º96.84%61.96%-
XYZ16.188.1911.32-
YUV60.89146.69197.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=61.48%
G=1.95%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15859400.970.410.38325.193.8731.96
Hex9E55E06129261455e20
Octal23651360141514650513640
Binary100111101011011110011000011010011001101010001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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