#9E135C

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

Shades of Jazzberry Jam #9E135C

Tints of Jazzberry Jam #9E135C

Color information

#9E135C (or 0x9E135C) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 13 and 5C. RGB value is (158,19,92). Sum of RGB (Red+Green+Blue) = 158+19+92=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E135C is #61ECA3. Grayscale: #444444. Windows color (decimal): -6417572 or 6034334. OLE color: 6034334.

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

Color convert

RGB1581992-
CMYK00.880.420.38
HSL328.49º78.53%34.71%-
HSV(B)328.49º87.97%61.96%-
XYZ16.278.5110.91-
YUV68.88141.05191.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=58.74%
G=7.06%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158199200.880.420.38328.4978.5334.71
Hex9E135C0582A261484f23
Octal236231340130524651011743
Binary10011110100111011100010110001010101001101010010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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