#9E075E

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

Shades of Jazzberry Jam #9E075E

Tints of Jazzberry Jam #9E075E

Color information

#9E075E (or 0x9E075E) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 07 and 5E. RGB value is (158,7,94). Sum of RGB (Red+Green+Blue) = 158+7+94=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E075E is #61F8A1. Grayscale: #3D3D3D. Windows color (decimal): -6420642 or 6162334. OLE color: 6162334.

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

Color convert

RGB158794-
CMYK00.960.410.38
HSL325.43º91.52%32.35%-
HSV(B)325.43º95.57%61.96%-
XYZ16.28.2311.32-
YUV62.07146.03196.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 7 (3.12% from 255) = 2.70%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=61.00%
G=2.70%
B=36.29%

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
Decimal15879400.960.410.38325.4391.5232.35
Hex9E75E06029261455c20
Octal23671360140514650513440
Binary100111101111011110011000001010011001101010001011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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