#9D154E

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

Shades of Jazzberry Jam #9D154E

Tints of Jazzberry Jam #9D154E

Color information

#9D154E (or 0x9D154E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 15 and 4E. RGB value is (157,21,78). Sum of RGB (Red+Green+Blue) = 157+21+78=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D154E is #62EAB1. Grayscale: #444444. Windows color (decimal): -6482610 or 5117341. OLE color: 5117341.

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

Color convert

RGB1572178-
CMYK00.870.500.38
HSL334.85º76.4%34.9%-
HSV(B)334.85º86.62%61.57%-
XYZ15.558.257.98-
YUV68.16133.56191.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.33%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=61.33%
G=8.20%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157217800.870.500.38334.8576.434.9
Hex9D154E057322614f4c23
Octal235251160127624651711443
Binary10011101101011001110010101111100101001101010011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,21,78); }

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

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

 a { background-color: rgb(157,21,78); }

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

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

 span { border-color: rgb(157,21,78); }

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