#9D0F4E

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

Shades of Jazzberry Jam #9D0F4E

Tints of Jazzberry Jam #9D0F4E

Color information

#9D0F4E (or 0x9D0F4E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 0F and 4E. RGB value is (157,15,78). Sum of RGB (Red+Green+Blue) = 157+15+78=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0F4E is #62F0B1. Grayscale: #404040. Windows color (decimal): -6484146 or 5115805. OLE color: 5115805.

HSL color Cylindrical-coordinate representation of color #9D0F4E: hue angle of 333.38º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D0F4E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1571578-
CMYK00.900.500.38
HSL333.38º82.56%33.73%-
HSV(B)333.38º90.45%61.57%-
XYZ15.458.067.95-
YUV64.64135.54193.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.8%
GREEN value IS 15 (6.25% from 255) = 6%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=62.8%
G=6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157157800.900.500.38333.3882.5633.73
Hex9DF4E05A322614d5322
Octal235171160132624651512342
Binary1001110111111001110010110101100101001101010011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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