#9D0457

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

Shades of Jazzberry Jam #9D0457

Tints of Jazzberry Jam #9D0457

Color information

#9D0457 (or 0x9D0457) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 04 and 57. RGB value is (157,4,87). Sum of RGB (Red+Green+Blue) = 157+4+87=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0457 is #62FBA8. Grayscale: #3B3B3B. Windows color (decimal): -6486953 or 5702813. OLE color: 5702813.

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

Color convert

RGB157487-
CMYK00.970.450.38
HSL327.45º95.03%31.57%-
HSV(B)327.45º97.45%61.57%-
XYZ15.677.949.72-
YUV59.21143.69197.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=63.31%
G=1.61%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15748700.970.450.38327.4595.0331.57
Hex9D4570612D261475f20
Octal23541270141554650713740
Binary100111011001010111011000011011011001101010001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,4,87); }

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

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

 a { background-color: rgb(157,4,87); }

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

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

 span { border-color: rgb(157,4,87); }

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