#9F134E

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

Shades of Jazzberry Jam #9F134E

Tints of Jazzberry Jam #9F134E

Color information

#9F134E (or 0x9F134E) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 13 and 4E. RGB value is (159,19,78). Sum of RGB (Red+Green+Blue) = 159+19+78=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F134E is #60ECB1. Grayscale: #434343. Windows color (decimal): -6352050 or 5116831. OLE color: 5116831.

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

Color convert

RGB1591978-
CMYK00.880.510.38
HSL334.71º78.65%34.9%-
HSV(B)334.71º88.05%62.35%-
XYZ15.918.397.99-
YUV67.59133.88193.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.11%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=62.11%
G=7.42%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159197800.880.510.38334.7178.6534.9
Hex9F134E058332614f4f23
Octal237231160130634651711743
Binary10011111100111001110010110001100111001101010011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,78); }

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

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

 a { background-color: rgb(159,19,78); }

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

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

 span { border-color: rgb(159,19,78); }

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