#9F1857

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

Shades of Jazzberry Jam #9F1857

Tints of Jazzberry Jam #9F1857

Color information

#9F1857 (or 0x9F1857) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 18 and 57. RGB value is (159,24,87). Sum of RGB (Red+Green+Blue) = 159+24+87=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1857 is #60E7A8. Grayscale: #474747. Windows color (decimal): -6350761 or 5707935. OLE color: 5707935.

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

Color convert

RGB1592487-
CMYK00.850.450.38
HSL332º73.77%35.88%-
HSV(B)332º84.91%62.35%-
XYZ16.358.719.84-
YUV71.55136.73190.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.89%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=58.89%
G=8.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159248700.850.450.3833273.7735.88
Hex9F18570552D2614c4a24
Octal237301270125554651411244
Binary10011111110001010111010101011011011001101010011001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,24,87); }

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

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

 a { background-color: rgb(159,24,87); }

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

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

 span { border-color: rgb(159,24,87); }

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