#9E055D

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

Shades of Jazzberry Jam #9E055D

Tints of Jazzberry Jam #9E055D

Color information

#9E055D (or 0x9E055D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 5D. RGB value is (158,5,93). Sum of RGB (Red+Green+Blue) = 158+5+93=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E055D is #61FAA2. Grayscale: #3C3C3C. Windows color (decimal): -6421155 or 6096286. OLE color: 6096286.

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

Color convert

RGB158593-
CMYK00.970.410.38
HSL325.49º93.87%31.96%-
HSV(B)325.49º96.84%61.96%-
XYZ16.138.1711.08-
YUV60.78146.19197.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=61.72%
G=1.95%
B=36.33%

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
Decimal15859300.970.410.38325.4993.8731.96
Hex9E55D06129261455e20
Octal23651350141514650513640
Binary100111101011011101011000011010011001101010001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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