#9E136B

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

Shades of Jazzberry Jam #9E136B

Tints of Jazzberry Jam #9E136B

Color information

#9E136B (or 0x9E136B) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 13 and 6B. RGB value is (158,19,107). Sum of RGB (Red+Green+Blue) = 158+19+107=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E136B is #61EC94. Grayscale: #464646. Windows color (decimal): -6417557 or 7017374. OLE color: 7017374.

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

Color convert

RGB15819107-
CMYK00.880.320.38
HSL322.01º78.53%34.71%-
HSV(B)322.01º87.97%61.96%-
XYZ16.998.814.71-
YUV70.59148.55190.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.63%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=55.63%
G=6.69%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581910700.880.320.38322.0178.5334.71
Hex9E136B05820261424f23
Octal236231530130404650211743
Binary10011110100111101011010110001000001001101010000101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E136B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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