#9E075D

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

Shades of Jazzberry Jam #9E075D

Tints of Jazzberry Jam #9E075D

Color information

#9E075D (or 0x9E075D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 07 and 5D. RGB value is (158,7,93). Sum of RGB (Red+Green+Blue) = 158+7+93=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E075D is #61F8A2. Grayscale: #3D3D3D. Windows color (decimal): -6420643 or 6096798. OLE color: 6096798.

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

Color convert

RGB158793-
CMYK00.960.410.38
HSL325.83º91.52%32.35%-
HSV(B)325.83º95.57%61.96%-
XYZ16.158.2111.09-
YUV61.95145.53196.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.24%
GREEN value IS 7 (3.12% from 255) = 2.71%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=61.24%
G=2.71%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15879300.960.410.38325.8391.5232.35
Hex9E75D06029261465c20
Octal23671350140514650613440
Binary100111101111011101011000001010011001101010001101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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