#9E045E

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

Shades of Jazzberry Jam #9E045E

Tints of Jazzberry Jam #9E045E

Color information

#9E045E (or 0x9E045E) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 04 and 5E. RGB value is (158,4,94). Sum of RGB (Red+Green+Blue) = 158+4+94=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E045E is #61FBA1. Grayscale: #3C3C3C. Windows color (decimal): -6421410 or 6161566. OLE color: 6161566.

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

Color convert

RGB158494-
CMYK00.970.410.38
HSL324.94º95.06%31.76%-
HSV(B)324.94º97.47%61.96%-
XYZ16.168.1611.31-
YUV60.31147.02197.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=61.72%
G=1.56%
B=36.72%

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
Decimal15849400.970.410.38324.9495.0631.76
Hex9E45E06129261455f20
Octal23641360141514650513740
Binary100111101001011110011000011010011001101010001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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