#9E1356

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

Shades of Jazzberry Jam #9E1356

Tints of Jazzberry Jam #9E1356

Color information

#9E1356 (or 0x9E1356) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 13 and 56. RGB value is (158,19,86). Sum of RGB (Red+Green+Blue) = 158+19+86=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1356 is #61ECA9. Grayscale: #444444. Windows color (decimal): -6417578 or 5641118. OLE color: 5641118.

HSL color Cylindrical-coordinate representation of color #9E1356: hue angle of 331.08º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1356 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1581986-
CMYK00.880.460.38
HSL331.08º78.53%34.71%-
HSV(B)331.08º87.97%61.96%-
XYZ16.018.419.58-
YUV68.2138.05192.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.08%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=60.08%
G=7.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158198600.880.460.38331.0878.5334.71
Hex9E13560582E2614b4f23
Octal236231260130564651311743
Binary10011110100111010110010110001011101001101010010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,86); }

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

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

 a { background-color: rgb(158,19,86); }

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

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

 span { border-color: rgb(158,19,86); }

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