#9E1769

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

Shades of Jazzberry Jam #9E1769

Tints of Jazzberry Jam #9E1769

Color information

#9E1769 (or 0x9E1769) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 17 and 69. RGB value is (158,23,105). Sum of RGB (Red+Green+Blue) = 158+23+105=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1769 is #61E896. Grayscale: #484848. Windows color (decimal): -6416535 or 6887326. OLE color: 6887326.

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

Color convert

RGB15823105-
CMYK00.850.340.38
HSL323.56º74.59%35.49%-
HSV(B)323.56º85.44%61.96%-
XYZ16.968.914.19-
YUV72.71146.23188.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 23 (9.38% from 255) = 8.04%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=55.24%
G=8.04%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582310500.850.340.38323.5674.5935.49
Hex9E176905522261444b23
Octal236271510125424650411343
Binary10011110101111101001010101011000101001101010001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,23,105); }

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

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

 a { background-color: rgb(158,23,105); }

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

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

 span { border-color: rgb(158,23,105); }

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